summaryrefslogtreecommitdiff
path: root/opml.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 /opml.php
parent74bff337daccf62e402388990faa840dcec766a1 (diff)
add some basic "did I forget to create config.php" sanity checks
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index 0e313d52b..9adeb4025 100644
--- a/opml.php
+++ b/opml.php
@@ -1,6 +1,8 @@
<?
session_start();
+ require_once "sanity_check.php";
+
// FIXME there are some brackets issues here
$op = $_REQUEST["op"];