website view lib/index.php @ rev 1134

made small correction to previous edit, config.php --duplicate symbols
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sun Oct 14 11:58:45 2012 +0000 (2012-10-14)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>