]> git.wh0rd.org - tt-rss.git/blobdiff - public.php
split authentication to separate modules
[tt-rss.git] / public.php
index 675a9e352d9a6a413b60045c661695e82a9c9095..a17fa5959fa24c68d2e14b7bb248c65b11de24ec 100644 (file)
                ob_start("ob_gzhandler");
        }
 
-       function __autoload($class) {
-               $file = "classes/".strtolower(basename($class)).".php";
-               if (file_exists($file)) {
-                       require $file;
-               }
-       }
-
        $method = $_REQUEST["op"];
 
        $handler = new Public_Handler($link, $_REQUEST);