OpenVPN-Admin/include/config.php.example
2014-03-18 21:54:51 +01:00

8 lines
99 B
Plaintext

<?php
$hote='localhost';
$port='3306';
$bd='vpn';
$utilisateur='user';
$mdp='password';
?>