Skip to content

Commit cbb728d

Browse files
committed
more similar to original
1 parent 062ab80 commit cbb728d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

webroot/index.php

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

33
require_once __DIR__ . "/../resources/autoload.php";
44

5-
include $LOC_HEADER;
5+
require_once $LOC_HEADER;
66
?>
77

88

webroot/panel/new_account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
UnitySite::badRequest("neither 'new_user_sel' or 'cancel' are set!");
4444
}
4545
}
46-
include $LOC_HEADER;
46+
require_once $LOC_HEADER;
4747
?>
4848

4949
<h1>Request Account</h1>

webroot/panel/support.php

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

33
require "../../resources/autoload.php";
44

5-
include $LOC_HEADER;
5+
require_once $LOC_HEADER;
66
?>
77

88
<h1>Support</h1>

0 commit comments

Comments
 (0)