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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2 - (show annotations)
Tue May 27 14:24:43 2008 UTC (16 years, 11 months ago) by khruskowski
File size: 185 byte(s)
Added Website & Logo.
1 <?PHP
2 switch ($_SERVER["HTTP_HOST"]) {
3 case "www.gpg4win.de":
4 case "gpg4win.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