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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide 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 khruskowski 2 <?PHP
2     switch ($_SERVER["HTTP_HOST"]) {
3 jan 6 case "www.gpg4kde.de":
4     case "gpg4kde.de":
5 khruskowski 2 $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