summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorwn_ <[email protected]>2024-04-20 16:25:18 +0000
committerwn_ <[email protected]>2024-04-20 16:25:33 +0000
commit16b89cc293f8ac8c9d0c87aa52684b9cbcb3b3a2 (patch)
tree313c14e170232b057746857cc4076cad4a474ab8 /prefs.php
parentb1e3d660e41bcb9576ec6ea58727dca4366708b5 (diff)
Move 'include/functions.php' require into Composer autoloader.
Autoloader regenerated with 'composer dump-autoload --optimize'.
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 2c53443ba..83b620bc6 100644
--- a/prefs.php
+++ b/prefs.php
@@ -11,7 +11,6 @@
require_once "autoload.php";
require_once "sessions.php";
- require_once "functions.php";
Config::sanity_check();