mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 17:01:43 +02:00
Fixes #863 - Allow uppercase database names during installation.
This commit is contained in:
@@ -433,7 +433,7 @@ class e_install
|
|||||||
<tr>
|
<tr>
|
||||||
<td><label for='db'>".LANINS_027."</label></td>
|
<td><label for='db'>".LANINS_027."</label></td>
|
||||||
<td class='form-inline'>
|
<td class='form-inline'>
|
||||||
<input type='text' name='db' size='20' id='db' value='' maxlength='100' required='required' pattern='^[a-z][a-z0-9_-]*' />
|
<input type='text' name='db' size='20' id='db' value='' maxlength='100' required='required' pattern='^[a-zA-Z0-9_-]*' />
|
||||||
<label class='checkbox inline'><input type='checkbox' name='createdb' value='1' ".($this->previous_steps['mysql']['createdb'] ==1 ? "checked='checked'" : "")." /><small>".LANINS_028."</small></label>
|
<label class='checkbox inline'><input type='checkbox' name='createdb' value='1' ".($this->previous_steps['mysql']['createdb'] ==1 ? "checked='checked'" : "")." /><small>".LANINS_028."</small></label>
|
||||||
<span class='field-help'>".LANINS_033."</span>
|
<span class='field-help'>".LANINS_033."</span>
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user