Skip to content

Commit 8312ea2

Browse files
committed
move to top
1 parent c312410 commit 8312ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/init.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
use UnityWebPortal\lib\UnitySite;
1616
use UnityWebPortal\lib\exceptions\SSOException;
1717

18+
register_shutdown_function(array("UnityWebPortal\lib\UnitySite", "shutdown"));
19+
1820
session_start();
1921

2022
$REDIS = new UnityRedis();
@@ -64,5 +66,3 @@
6466

6567
$LOC_HEADER = __DIR__ . "/templates/header.php";
6668
$LOC_FOOTER = __DIR__ . "/templates/footer.php";
67-
68-
register_shutdown_function(array("UnityWebPortal\lib\UnitySite", "shutdown"));

0 commit comments

Comments
 (0)