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

@@ -4,7 +4,6 @@
require_once "autoload.php";
require_once "sessions.php";
require_once "functions.php";
Config::sanity_check();