mirror of
https://github.com/manuelkasper/AS-Stats.git
synced 2025-02-20 11:44:12 +08:00
11 lines
135 B
PHP
11 lines
135 B
PHP
<?php
|
|
/*
|
|
* $Id$
|
|
*
|
|
* written by Manuel Kasper, Monzoon Networks AG <mkasper@monzoon.net>
|
|
*/
|
|
|
|
header("Location: top.php");
|
|
exit;
|
|
?>
|