summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/opml.php b/opml.php
index a997be89b..623913631 100644
--- a/opml.php
+++ b/opml.php
@@ -2,13 +2,6 @@
set_include_path(dirname(__FILE__) ."/include" . PATH_SEPARATOR .
get_include_path());
- function __autoload($class) {
- $file = "classes/".strtolower(basename($class)).".php";
- if (file_exists($file)) {
- require $file;
- }
- }
-
require_once "functions.php";
require_once "sessions.php";
require_once "sanity_check.php";