forked from leftypol/leftypol
Make it so that users can't insert code w/syntax errors into ?/config
This commit is contained in:
parent
5906af7dcd
commit
0a58973631
2 changed files with 12 additions and 2 deletions
|
@ -1009,6 +1009,7 @@
|
|||
$config['error']['modexists'] = _('That mod <a href="?/users/%d">already exists</a>!');
|
||||
$config['error']['invalidtheme'] = _('That theme doesn\'t exist!');
|
||||
$config['error']['csrf'] = _('Invalid security token! Please go back and try again.');
|
||||
$config['error']['badsyntax'] = _('Your code contained PHP syntax errors. Please go back and correct them. PHP says: ');
|
||||
|
||||
/*
|
||||
* =========================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue