Move 'include/functions.php' require into Composer autoloader.

Autoloader regenerated with 'composer dump-autoload --optimize'.
This commit is contained in:
wn_
2024-04-20 16:25:18 +00:00
parent b1e3d660e4
commit 16b89cc293
13 changed files with 2718 additions and 28 deletions

View File

@@ -8,7 +8,6 @@
chdir(__DIR__);
require_once "autoload.php";
require_once "functions.php";
if (php_sapi_name() != "cli") {