Fixed: Allow MySQL Password Special Characters (#143)

This commit is contained in:
Lucas Bartholemy 2014-09-13 01:44:25 +02:00
parent 62383083d2
commit 91641c7fee
3 changed files with 1 additions and 4 deletions

View File

@ -85,7 +85,6 @@ class SetupController extends Controller
}
if (isset($_POST['DatabaseForm'])) {
$_POST['DatabaseForm'] = Yii::app()->input->stripClean($_POST['DatabaseForm']);
$form->attributes = $_POST['DatabaseForm'];
if ($form->validate()) {

View File

@ -1,2 +0,0 @@
- Detect HtAccess / ModRewrite Support

View File

@ -55,7 +55,7 @@
<?php } else { ?>
<div class="alert alert-danger">
<strong><?php echo Yii::t('InstallerModule.base', 'Ohh, something went wrong!'); ?></strong><br />
<?php echo $errorMessage; ?>
<?php echo HHtml::encode($errorMessage); ?>
</div>
<?php } ?>
<?php } ?>