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

Remove flattr and add ETH adress
author Christophe Lincoln <pankso@slitaz.org>
date Sat Mar 17 00:55:08 2018 +0100 (2018-03-17)
parents
children
line source
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: http://www.slitaz.org/");
4 exit();
5 ?>