mirror of
https://github.com/humhub/humhub.git
synced 2025-01-29 20:38:26 +01:00
Fixed: Allow MySQL Password Special Characters (#143)
This commit is contained in:
parent
62383083d2
commit
91641c7fee
@ -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()) {
|
||||
|
@ -1,2 +0,0 @@
|
||||
|
||||
- Detect HtAccess / ModRewrite Support
|
@ -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 } ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user