summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
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 991f93e0c..32432a9a7 100644
--- a/opml.php
+++ b/opml.php
@@ -1,4 +1,6 @@
<?php
+ set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+
require_once "functions.php";
require_once "sessions.php";
require_once "sanity_check.php";