X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=opml.php;fp=opml.php;h=709cfd4ccb79fbffc9e23ad10f14f243255d4e51;hb=404e2e3603c852a3f82a21c14b8888005e2b3f99;hp=ad866fbd5b2e9b20de2652b04978dbbd3dfa5ac7;hpb=ba68b6815ab31d17cda113e7990eeb07558b02a9;p=tt-rss.git diff --git a/opml.php b/opml.php index ad866fbd..709cfd4c 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";