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 c312410 commit 8312ea2Copy full SHA for 8312ea2
resources/init.php
@@ -15,6 +15,8 @@
15
use UnityWebPortal\lib\UnitySite;
16
use UnityWebPortal\lib\exceptions\SSOException;
17
18
+register_shutdown_function(array("UnityWebPortal\lib\UnitySite", "shutdown"));
19
+
20
session_start();
21
22
$REDIS = new UnityRedis();
@@ -64,5 +66,3 @@
64
66
65
67
$LOC_HEADER = __DIR__ . "/templates/header.php";
68
$LOC_FOOTER = __DIR__ . "/templates/footer.php";
-
-register_shutdown_function(array("UnityWebPortal\lib\UnitySite", "shutdown"));
0 commit comments