mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-21 20:25:51 +12:00
add stuff
This commit is contained in:
parent
7a54cd91d7
commit
4414da4648
5 changed files with 61 additions and 14 deletions
|
@ -8,8 +8,7 @@ if(session_status() !== PHP_SESSION_ACTIVE)
|
|||
if(!function_exists('is_logged_in'))
|
||||
include('common.php');
|
||||
|
||||
$host_names = explode(".", $host);
|
||||
$host = $host_names[count($host_names)-2] . "." . $host_names[count($host_names)-1];
|
||||
$host = $_SERVER['HTTP_HOST'];
|
||||
|
||||
?>
|
||||
<HEAD>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue