Changeset 6938 for temp/trunk/html/install/index.php
- Timestamp:
- 2006/10/26 19:18:41 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/install/index.php (modified) (1 diff)
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.
