summaryrefslogtreecommitdiff
path: root/error.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-23 18:20:17 +0100
committerAndrew Dolgov <[email protected]>2005-11-23 18:20:17 +0100
commit66581886f8ace4076d2c08431904974d3f1a4f7a (patch)
tree4429b78db9b4ac3118d1e06ee1220e00be287a87 /error.php
parent74bff337daccf62e402388990faa840dcec766a1 (diff)
add some basic "did I forget to create config.php" sanity checks
Diffstat (limited to 'error.php')
-rw-r--r--error.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/error.php b/error.php
index 6a7b52972..4d5e06e2e 100644
--- a/error.php
+++ b/error.php
@@ -1,4 +1,5 @@
<?
+ require_once "sanity_check.php";
require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";