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 --- backend.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'backend.php') diff --git a/backend.php b/backend.php index 0b0fdba4c..b670451a4 100644 --- a/backend.php +++ b/backend.php @@ -131,13 +131,6 @@ # return; #} - function __autoload($class) { - $file = "classes/".strtolower(basename($class)).".php"; - if (file_exists($file)) { - require $file; - } - } - $op = str_replace("-", "_", $op); if (class_exists($op)) { -- cgit v1.2.3-54-g00ecf