/[gpg4kde]/trunk/doc/website/switch.php
ViewVC logotype

Contents of /trunk/doc/website/switch.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (show annotations)
Tue May 27 18:04:39 2008 UTC (16 years, 6 months ago) by jan
File size: 185 byte(s)
Added clean target to Makefile.
Removed unneeded mk-chksums and NEWS.last.
Fixed switch.php to apply for gpg4kde.

1 <?PHP
2 switch ($_SERVER["HTTP_HOST"]) {
3 case "www.gpg4kde.de":
4 case "gpg4kde.de":
5 $target = "index-de.html";
6 break;
7 default:
8 $target = "index.html";
9 }
10 readfile($target);
11 ?>

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26