website view lib/index.php @ rev 1097

Edited <h4> title in index.php for Bosnian Language
author Adnan Sinanovic <sinanovicha@gmail.com>
date Fri Oct 12 15:58:48 2012 +0000 (2012-10-12)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>