aboutsummaryrefslogtreecommitdiffstats
path: root/async.php
diff options
context:
space:
mode:
Diffstat (limited to 'async.php')
-rw-r--r--async.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/async.php b/async.php
index 8d46c89..270a15a 100644
--- a/async.php
+++ b/async.php
@@ -10,17 +10,6 @@ function isAsyncRequest() {
# <<<
-#===============================================================================
-# Include classes and functions
-#===============================================================================
-spl_autoload_register(function($classname) {
- $classpath = 'include/classes/%s.php';
- $classname = str_replace('\\', '/', $classname);
-
- require_once sprintf($classpath, $classname);
-});
-
-// Outsourced to avoid duplicate code in index.php and async.php
require_once 'include/pagelets.php';
?>
<!DOCTYPE html>