AS-Stats/www/index.php

11 lines
131 B
PHP
Raw Normal View History

<?php
/*
* $Id$
*
2013-04-29 10:43:44 +02:00
* written by Manuel Kasper <mk@neon1.net> for Monzoon Networks AG
*/
header("Location: top.php");
exit;
?>