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 d9432ff commit 9e5b581Copy full SHA for 9e5b581
snippets/tutorial/basic-app/files/global.php
@@ -2,7 +2,7 @@
2
3
// include config
4
/** @noinspection PhpIncludeInspection */
5
-require_once(__DIR__ . '/config.inc.php');
+require_once(__DIR__ . '/app.config.inc.php');
6
7
// include wcf
8
0 commit comments