add stuff

This commit is contained in:
SilicaAndPina 2021-07-07 01:02:04 +12:00
parent 7a54cd91d7
commit 4414da4648
5 changed files with 61 additions and 14 deletions

View file

@ -5,8 +5,8 @@ if(session_status() !== PHP_SESSION_ACTIVE)
if(!function_exists('is_logged_in'))
include('../common.php');
$info = parse_url($_SERVER['HTTP_HOST']);
$host = $info['host'];
$host = $_SERVER['HTTP_HOST'];
?>
<HEAD>