summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-08-16 15:30:35 +0400
committerAndrew Dolgov <[email protected]>2012-08-16 15:30:49 +0400
commit0d421af86fdfe270e7396f308cf53f3b908e3d74 (patch)
treea8a497d6a3f28ab030b8e232bd7a0057512c417c /backend.php
parent7e18f8e710d3b5af211be0a658d863a00d10bd67 (diff)
split authentication to separate modules
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php7
1 files changed, 0 insertions, 7 deletions
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)) {