Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Problem:
  2.  
  3. PHP Parse error: syntax error, unexpected ''function'' (T_CONSTANT_ENCAPSED_STRING), expecting ']' in /home/bot/config.php on line 31
  4.  
  5.  
  6. Config:
  7.  
  8. 'function' => "ban", #Funkcja Mass ban
  9. [
  10. 'time' => 0,
  11. 'reason' => 'Nowe Ip 24speak.pl',
  12. ]
  13.  
  14.  
  15. Core:
  16.  
  17.  
  18. if ($cfg['function']=="ban") $tsadmin->banAddByIp($cfg['function']['ip'], $cfg['function']['time'], $cfg['function']['reason']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement