BUG: fixed bug, after moving file

This commit is contained in:
root 2025-12-01 13:48:52 +00:00
parent 45cd6eb1ba
commit f4038ff3b1

View File

@ -31,7 +31,7 @@ $constants
$supportFunctions $supportFunctions
// Include system-level support file // Include system-level support file
require_once 'sys.php'; require_once 'sys/sys.php';
// Include composer packages // Include composer packages
require 'vendor/autoload.php'; require 'vendor/autoload.php';