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