Initial revision

This commit is contained in:
tomas 2004-06-02 20:08:28 +00:00
parent dd031ff4af
commit 0e968e6288
1 changed files with 7 additions and 0 deletions

7
livesupport/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
// $Id: index.php,v 1.1 2004/06/02 20:08:29 tomas Exp $
header ("location: alib/index.php");
die;
?>