Changeset 322 for trunk/server/www/app/models/validator.php
- Timestamp:
- 03/16/10 15:58:20 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/www/app/models/validator.php
r304 r322 278 278 curl_setopt($curl, CURLOPT_POST, true); 279 279 curl_setopt($curl, CURLOPT_POSTFIELDS, array( 280 'config' => ' auto',280 'config' => '1.2', 281 281 'mode' => 0, 282 282 'loglevel' => 1, 283 ' file' => '@' . $path,283 'File1' => '@' . $path, 284 284 )); 285 285 curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
Note: See TracChangeset
for help on using the changeset viewer.