OpenVPN-Admin icon indicating copy to clipboard operation
OpenVPN-Admin copied to clipboard

Using special character & in user password, causes broken config.php

Open grische opened this issue 6 years ago • 0 comments

When providing a password like vnRy4gYZ#KG4J45xRjH%Z&%F8W@Ca7zf during the install.sh questions, it will cause the config.php to look like this:

<?php
        $host = 'localhost';
        $port = '3306';
        $db   = 'openvpn-admin';
        $user = 'user';
        $pass = 'vnRy4gYZ#KG4J45xRjH%Z$pass = '';%F8W@Ca7zf';
?>

grische avatar May 27 '19 17:05 grische