Make it so that users can't insert code w/syntax errors into ?/config

This commit is contained in:
ctrlcctrlv
2013-09-21 02:21:05 +00:00
parent 5906af7dcd
commit 0a58973631
2 changed files with 12 additions and 2 deletions

View File

@@ -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: ');
/*
* =========================