From 05c06b6380ef1764f087e660c0a65781db28cb3c Mon Sep 17 00:00:00 2001 From: cookie Date: Mon, 28 Aug 2006 04:31:25 +0000 Subject: file vergessen git-svn-id: svn://svn.cccv.de/engel-system@136 29ba0400-6e00-0410-a75a-ca02368028f8 --- www-ssl/inc/funktion_flag.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www-ssl/inc/funktion_flag.php (limited to 'www-ssl') diff --git a/www-ssl/inc/funktion_flag.php b/www-ssl/inc/funktion_flag.php new file mode 100644 index 00000000..2c3ecc13 --- /dev/null +++ b/www-ssl/inc/funktion_flag.php @@ -0,0 +1,12 @@ +"; + +if( strpos( $_SERVER["REQUEST_URI"], "?") >0) + $URL = $_SERVER["REQUEST_URI"]. "&SetLanguage="; +else + $URL = $_SERVER["REQUEST_URI"]. "?SetLanguage="; + +echo "\"DE\" "; +echo "\"En\" "; + +?> -- cgit v1.2.3-54-g00ecf