Skip to content

Commit 9e5b581

Browse files
committed
Update global.php include in basic-app
1 parent d9432ff commit 9e5b581

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/tutorial/basic-app/files/global.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// include config
44
/** @noinspection PhpIncludeInspection */
5-
require_once(__DIR__ . '/config.inc.php');
5+
require_once(__DIR__ . '/app.config.inc.php');
66

77
// include wcf
88
/** @noinspection PhpIncludeInspection */

0 commit comments

Comments
 (0)