OpenVPN-Admin/include/config.php
2014-03-18 21:25:52 +01:00

8 lines
99 B
PHP

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