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

Shrink all png images using pngquant and advpng (save about 1/2 original size)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri May 13 03:14:13 2016 +0300 (2016-05-13)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>