We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be418f commit 4fce17cCopy full SHA for 4fce17c
SOURCE/httpd.private/system/bootstrap.php
@@ -1,4 +1,5 @@
1
<?php
2
+set_time_limit(0);
3
$_GET['route'] = (isset($_GET['route']))? $_GET['route'] : 'home';
4
define("VERSION", "1.5.0");
5
define("SKIN", "original");
@@ -27,4 +28,4 @@
27
28
require(SYSCONT.'viewController.php');
29
30
include_once(SYS.'functions.php');
-include_once PROOT.DS.'/routes/web.php';
31
+include_once PROOT.DS.'/routes/web.php';
0 commit comments