Removed close beta check
This commit is contained in:
parent
fb430af880
commit
d321b01536
1 changed files with 0 additions and 14 deletions
|
@ -8,20 +8,6 @@
|
||||||
if(gethostname() == "WolverinDEV")
|
if(gethostname() == "WolverinDEV")
|
||||||
$localhost = true;
|
$localhost = true;
|
||||||
?>
|
?>
|
||||||
<?php
|
|
||||||
if(!$localhost && !$WEB_CLIENT) {
|
|
||||||
/* Web Testing stuff */
|
|
||||||
define("_AUTH_API_ONLY", true);
|
|
||||||
if(file_exists("./auth.php"))
|
|
||||||
include "./auth.php";
|
|
||||||
else if(file_exists("./auth/auth.php"))
|
|
||||||
include "./auth/auth.php";
|
|
||||||
else
|
|
||||||
die("Missing auth handler");
|
|
||||||
redirectOnInvalidSession();
|
|
||||||
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Add table
Reference in a new issue