website annotate lib/html/index.php @ rev 1172

English main page have all news like the main index.php. Removed webchat.php
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 08 11:04:32 2014 +0100 (2014-01-08)
parents
children
rev   line source
al@1008 1 <?php
al@1008 2 header("HTTP/1.1 301 Moved Permanently");
al@1008 3 header("Location: http://www.slitaz.org/");
al@1008 4 exit();
al@1008 5 ?>