website view lib/index.php @ rev 1280

Beautify layout of long download buttons
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 31 23:30:14 2015 +0300 (2015-08-31)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>