Skip to content

Commit

Permalink
not removing '_' and dangerous characters in the database name check …
Browse files Browse the repository at this point in the history
…in step 4 of install form but still checking Mysql special characters required in CT3266 -refs CT7969
  • Loading branch information
NicoDucou committed Nov 20, 2015
1 parent 2898cae commit 557a9ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/install/install.lib.php
Expand Up @@ -1391,7 +1391,6 @@ function display_database_settings_form(
//Database Name fix replace weird chars
if ($installType != INSTALL_TYPE_UPDATE) {
$dbNameForm = str_replace(array('-','*', '$', ' ', '.'), '', $dbNameForm);
$dbNameForm = api_replace_dangerous_char($dbNameForm);
}

displayDatabaseParameter(
Expand Down

0 comments on commit 557a9ba

Please sign in to comment.