Fixed loader issues with MS Edge
This commit is contained in:
parent
e9e2577241
commit
5e75dffc5d
2 changed files with 8 additions and 1 deletions
|
@ -242,6 +242,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function setup_forum_auth() {
|
||||||
|
getXF(); /* Initialize XF */
|
||||||
|
}
|
||||||
|
|
||||||
if(!$_INCLIDE_ONLY) {
|
if(!$_INCLIDE_ONLY) {
|
||||||
$app = getXF();
|
$app = getXF();
|
||||||
if(!$app) return;
|
if(!$app) return;
|
||||||
|
|
|
@ -20,6 +20,10 @@
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(function_exists("setup_forum_auth"))
|
||||||
|
setup_forum_auth();
|
||||||
|
|
||||||
$localhost |= gethostname() == "WolverinDEV";
|
$localhost |= gethostname() == "WolverinDEV";
|
||||||
if(!$localhost || $testXF) {
|
if(!$localhost || $testXF) {
|
||||||
//redirectOnInvalidSession();
|
//redirectOnInvalidSession();
|
||||||
|
@ -27,7 +31,6 @@
|
||||||
|
|
||||||
$WEB_CLIENT = http_response_code() !== false;
|
$WEB_CLIENT = http_response_code() !== false;
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue