summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 5762375a5..52f564a76 100644
--- a/prefs.php
+++ b/prefs.php
@@ -5,7 +5,8 @@
require_once "autoload.php";
require_once "sessions.php";
require_once "functions.php";
- require_once "sanity_check.php";
+
+ Config::sanity_check();
if (!init_plugins()) return;