summaryrefslogtreecommitdiff
path: root/public.php
diff options
context:
space:
mode:
Diffstat (limited to 'public.php')
-rw-r--r--public.php7
1 files changed, 0 insertions, 7 deletions
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);