sintonia/livesupport/index.php

8 lines
109 B
PHP
Raw Normal View History

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