hlstatsx/web/updater/index.php

5 lines
208 B
PHP

<?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;
?>