@@ -13,11 +13,9 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Exchange1c\Exchange; |
| 15 | 15 | |
| 16 | -class Init extends \Exchange1c\Mode |
|
| 17 | -{ |
|
| 16 | +class Init extends \Exchange1c\Mode { |
|
| 18 | 17 | |
| 19 | - public function process() |
|
| 20 | - { |
|
| 18 | + public function process() { |
|
| 21 | 19 | echo "zip=yes\n"; |
| 22 | 20 | echo 'file_limit=' . \Tools::toBytes(ini_get('upload_max_filesize')); |
| 23 | 21 | $this->end(); |