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 bcdd3bf commit 7221ce5Copy full SHA for 7221ce5
resources/init.php
@@ -16,6 +16,8 @@
16
use UnityWebPortal\lib\exceptions\SSOException;
17
18
register_shutdown_function(array("UnityWebPortal\lib\UnitySite", "shutdown"));
19
+// shutdown function logs errors, don't want duplicate output
20
+ini_set("log_errors", false);
21
22
session_start();
23
0 commit comments