website view lib/html/index.php @ rev 1283

Index page: announce SliTaz Rolling as a latest release; remove RC-3 download link from quick links.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 07 14:58:55 2016 +0200 (2016-01-07)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>