fork download
  1. <?php
  2. public
  3. $aSettings = array(
  4. 'BindHost' => "127.0.0.1",
  5. 'Port' => 9123,
  6. 'MaxFileSize' => (5 * (1024 * 1024)), // unexpected "(" here
  7. 'UploadedURL' => "http://localhost",
  8. 'UploadPath' => dirname(__FILE__) . "/upload",
  9. 'UploadMap' => dirname(__FILE__) . "/uploads.object",
  10. 'RegisterMode' => false
  11. );
  12. ?>
  13.  
Runtime error #stdin #stdout 0.02s 13664KB
stdin
Standard input is empty
stdout
Parse error: syntax error, unexpected T_PUBLIC in /home/yHN0X0/prog.php on line 2