|
@@ -1026,7 +1026,7 @@ if [ "$mysql" = 'yes' ]; then
|
|
|
cp -f $vestacp/pma/phpMyAdmin.conf /etc/httpd/conf.d/
|
|
cp -f $vestacp/pma/phpMyAdmin.conf /etc/httpd/conf.d/
|
|
|
fi
|
|
fi
|
|
|
cp -f $vestacp/pma/config.inc.conf /etc/phpMyAdmin/config.inc.php
|
|
cp -f $vestacp/pma/config.inc.conf /etc/phpMyAdmin/config.inc.php
|
|
|
- sed -i "s/%blowfish_secret%/$blowfish_secret/g" /etc/phpMyAdmin/config.inc.php
|
|
|
|
|
|
|
+ sed -i "s#%blowfish_secret#$blowfish_secret#g" /etc/phpMyAdmin/config.inc.php
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
|