OpenVPN-Admin/include/config.php.example

8 lines
100 B
Plaintext
Raw Permalink Normal View History

2019-08-07 22:54:59 +02:00
<?php
$host = 'localhost';
$port = '3306';
$db = 'openvpn-admin';
$user = '';
$pass = '';
?>