1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +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,6 +1,8 @@
<?
session_start();
require_once "sanity_check.php";
// FIXME there are some brackets issues here
$op = $_REQUEST["op"];