OpenVPN-Admin/include/config.php

8 lines
101 B
PHP

<?php
$hote='localhost';
$port='3306';
$bd='vpn';
$utilisateur='florian';
$mdp="sysko&'";
?>