This commit is contained in:
2025-11-22 02:05:11 +01:00
parent a51a6cc236
commit 7411aafe76
11 changed files with 20 additions and 19 deletions

View File

@@ -21,6 +21,6 @@ if (php_sapi_name() !== 'cli') {
session_start();
}
}
require __DIR__ . "/config.php";
require __DIR__ . "/db.php";
require __DIR__ . '/../src/functions.php';
require_once __DIR__ . "/config.php";
require_once __DIR__ . "/db.php";
require_once __DIR__ . '/../src/functions.php';