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 b85fc07 commit cff553eCopy full SHA for cff553e
resources/lib/UnitySite.php
@@ -27,7 +27,7 @@ public static function die($x = null)
27
public static function redirect($destination)
28
{
29
header("Location: $destination");
30
- die("Redirect failed, click <a href='$destination'>here</a> to continue.");
+ self::die("Redirect failed, click <a href='$destination'>here</a> to continue.");
31
}
32
33
private static function headerResponseCode(int $code, string $reason)
0 commit comments