From 50832719563627e958f92ba2a2b7b8c2b4fed47e Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 22 Jan 2013 22:36:16 +0400 Subject: move some more functions out of functions.php; fix opml.php failing due to redeclared autoload --- opml.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'opml.php') 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"; -- cgit v1.2.3-54-g00ecf