website view lib/js/index.php @ rev 1117

completed translation of /website/bs/about/index.php into Bosnian language
author Adnan Sinanovic <sinanovicha@gmail.com>
date Sat Oct 13 15:15:48 2012 +0000 (2012-10-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 ?>