Removed close beta check

canary
WolverinDEV 2019-10-19 17:14:54 +02:00
parent fb430af880
commit d321b01536
1 changed files with 0 additions and 14 deletions

View File

@ -8,20 +8,6 @@
if(gethostname() == "WolverinDEV")
$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>
<html lang="en">
<head>