summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/opml.php b/opml.php
index ad866fbd5..709cfd4cc 100644
--- a/opml.php
+++ b/opml.php
@@ -2,6 +2,7 @@
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path());
+ require_once "autoload.php";
require_once "functions.php";
require_once "sessions.php";
require_once "sanity_check.php";