[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/developer/documentation/library
From:       Daniel Molkentin <molkentin () kde ! org>
Date:       2007-08-12 9:07:39
Message-ID: 1186909659.564919.9438.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 699204 by danimo:

should work now

 M  +4 -3      classmapper.php  


--- trunk/www/sites/developer/documentation/library/classmapper.php #699203:699204
@@ -1,7 +1,8 @@
 <?php
-$loc_hdr = "Location: http://api.kde.org/classmapper.php?$_SERVER['QUERY_STRING']";
-#header($loc_hdr);
+$query_string = $_SERVER['QUERY_STRING'];
+$loc_hdr = "Location: http://api.kde.org/classmapper.php?$query_string";
+header($loc_hdr);
 ?>
 <html>
-<h1><?php echo $loc_hdr ?></h1>
+<h1><?php echo "Redirecting to: $loc_hdr"; ?></h1>
 </html>
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic