folder correction

This commit is contained in:
2025-11-28 02:32:29 +01:00
parent c3e191ade2
commit 99ad78dbe4
7 changed files with 8 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
<?php
$pageKey = 'login';
require_once dirname(__DIR__) . '/config/fileload.php';
require_once $_SERVER['DOCUMENT_ROOT']. '/../config/fileload.php';
tpl_add_script('/assets/js/auth.js', 'footer', true, false, '', 'auth-1');