release 1.2.7
This commit is contained in:
14
index.php
14
index.php
@@ -1,8 +1,8 @@
|
||||
<?PHP
|
||||
$target = $_SERVER['HTTP_HOST'].rtrim(dirname($_SERVER['PHP_SELF']), '/\\').'/stats/';
|
||||
if(isset($_SERVER['HTTPS'])) {
|
||||
header('Location: https://'.$target);
|
||||
} else {
|
||||
header('Location: http://'.$target);
|
||||
}
|
||||
<?PHP
|
||||
$target = $_SERVER['HTTP_HOST'].rtrim(dirname($_SERVER['PHP_SELF']), '/\\').'/stats/';
|
||||
if(isset($_SERVER['HTTPS'])) {
|
||||
header('Location: https://'.$target);
|
||||
} else {
|
||||
header('Location: http://'.$target);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user