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

Fix qrcode.js path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Mar 27 12:12:57 2013 +0100 (2013-03-27)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>