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.
2 parents 46f5b53 + 7d1dc6c commit 053df4aCopy full SHA for 053df4a
go.php
@@ -40,7 +40,9 @@
40
* Buckle up and enjoy the ride!
41
* @link https://github.com/PhpGt/WebEngine/wiki/From-request-to-response
42
*/
43
-include("init.php");
+if(file_exists("init.php")) {
44
+ require("init.php");
45
+}
46
$lifecycle = new Gt\WebEngine\Middleware\Lifecycle();
47
try {
48
$lifecycle->start();
0 commit comments