From 0d421af86fdfe270e7396f308cf53f3b908e3d74 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 16 Aug 2012 15:30:35 +0400 Subject: split authentication to separate modules --- public.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'public.php') diff --git a/public.php b/public.php index 675a9e352..a17fa5959 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); -- cgit v1.2.3