diff options
Diffstat (limited to 'engine/start.php')
-rw-r--r-- | engine/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 3d59b1894..174c8f8b4 100644 --- a/engine/start.php +++ b/engine/start.php @@ -119,7 +119,6 @@ asort($files);
// Include them
-
foreach($files as $file) { if (isset($CONFIG->debug) && $CONFIG->debug) error_log("Loading $file...");
if (!@include_once($file))
|