Reupload after bitbucket wipe
This commit is contained in:
5
web/updater/index.php
Normal file
5
web/updater/index.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$url = str_replace(array("/updater", '/index.php'), array('',''), isset($_SERVER['PHP_SELF']) ? $_SERVER['PHP_SELF'] : getenv('PHP_SELF'));
|
||||
header("Location: $url/hlstats.php?mode=updater");
|
||||
exit;
|
||||
?>
|
Reference in New Issue
Block a user