diff options
| author | wn_ <invalid@email.com> | 2024-04-20 16:25:18 +0000 |
|---|---|---|
| committer | wn_ <invalid@email.com> | 2024-04-20 16:25:33 +0000 |
| commit | 16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 (patch) | |
| tree | 313c14e170232b057746857cc4076cad4a474ab8 /index.php | |
| parent | b1e3d660e41bcb9576ec6ea58727dca4366708b5 (diff) | |
Move 'include/functions.php' require into Composer autoloader.
Autoloader regenerated with 'composer dump-autoload --optimize'.
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,7 +12,6 @@ require_once "autoload.php"; require_once "sessions.php"; - require_once "functions.php"; Config::sanity_check(); |