summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
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)) {