Changeset 6938 for temp/trunk
- Timestamp:
- 2006/10/26 19:18:41 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
templates/step4.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6935 r6938 231 231 $req->addPostData("php_ver", $_POST["tpl_php_ver"]); 232 232 $req->addPostData("db_ver", $_POST["tpl_db_ver"]); 233 234 foreach($_POST as $key => $val){ 235 if (!ereg("^tpl_*", $key)){ 236 sfprintr($key); 237 } 238 } 239 233 240 234 241 if (!PEAR::isError($req->sendRequest())) {
Note: See TracChangeset
for help on using the changeset viewer.
