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

View File

@@ -1,4 +1,5 @@
<?
require_once "sanity_check.php";
require_once "version.php";
require_once "config.php";
require_once "db-prefs.php";