release 1.2.7

This commit is contained in:
Newcomer1989
2018-06-26 17:00:09 +02:00
parent b973ee427b
commit cf9c22dab0
114 changed files with 31218 additions and 30844 deletions

View File

@@ -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);
}
?>