* Improved installer to forbid using database table prefixes with
special characters
This commit is contained in:
@ -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.');
|
||||
|
Reference in New Issue
Block a user