X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=public.php;fp=public.php;h=a17fa5959fa24c68d2e14b7bb248c65b11de24ec;hb=0d421af86fdfe270e7396f308cf53f3b908e3d74;hp=675a9e352d9a6a413b60045c661695e82a9c9095;hpb=7e18f8e710d3b5af211be0a658d863a00d10bd67;p=tt-rss.git diff --git a/public.php b/public.php index 675a9e35..a17fa595 100644 --- a/public.php +++ b/public.php @@ -38,13 +38,6 @@ 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);