Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 6935)
+++ temp/trunk/html/install/index.php	(revision 6938)
@@ -231,4 +231,11 @@
 		$req->addPostData("php_ver", $_POST["tpl_php_ver"]);
 		$req->addPostData("db_ver", $_POST["tpl_db_ver"]);
+		
+		foreach($_POST as $key => $val){
+			if (!ereg("^tpl_*", $key)){
+				sfprintr($key);
+			}
+		}
+		
 		
 		if (!PEAR::isError($req->sendRequest())) {
