AS-Stats/www/index.php

11 lines
135 B
PHP
Raw Normal View History

<?php
/*
* $Id$
*
* written by Manuel Kasper, Monzoon Networks AG <mkasper@monzoon.net>
*/
header("Location: top.php");
exit;
?>