1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

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
+1
View File
@@ -22,6 +22,7 @@
define(SCHEMA_VERSION, 2);
require_once "sanity_check.php";
require_once "config.php";
require_once "db.php";
require_once "db-prefs.php";