add some basic "did I forget to create config.php" sanity checks

This commit is contained in:
Andrew Dolgov
2005-11-23 18:20:17 +01:00
parent 74bff337da
commit 66581886f8
7 changed files with 23 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<?
session_start();
require_once "sanity_check.php";
require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";