summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.php')
-rw-r--r--frontend/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontend/index.php b/frontend/index.php
index 0677c58..b66257a 100644
--- a/frontend/index.php
+++ b/frontend/index.php
@@ -63,8 +63,10 @@ for ($line=fgets($routing, 32768); !feof($routing); $line=fgets($routing, 32768)
$dest=$value;
}
} else {
- require_once('include/header.php');
- die(print_error('Routing Failure', 'Init function undefined for '.$dest.'.'));
+ debug('routing','No init function for '.$dest.'... continuing to body');
+ break;
+// require_once('include/header.php');
+// die(print_error('Routing Failure', 'Init function undefined for '.$dest.'.'));
}
}
if (!$S['notemplates']) {