1
0

* Improved installer to forbid using database table prefixes with

special characters
This commit is contained in:
Garvin Hicking
2014-05-28 14:27:00 +02:00
parent 93d117b45d
commit 4471b1ac32
67 changed files with 70 additions and 1 deletions

View File

@ -1042,3 +1042,4 @@
@define('DEBUG', 'Debug');
@define('CUSTOM_CONFIG', 'Custom configuration file');
@define('PLUGIN_ALREADY_INSTALLED', 'Plugin already installed, and does not support multiple installation ("stackable").');
@define('INSTALL_DBPREFIX_INVALID', 'The database table name prefix must not be empty and may only contain letters, numbers and the underscore character.');