add example and add config to ignore
This commit is contained in:
parent
aea54d7486
commit
f8ad40216c
7
include/config.php.example
Normal file
7
include/config.php.example
Normal file
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$host = 'localhost';
|
||||
$port = '3306';
|
||||
$db = 'openvpn-admin';
|
||||
$user = '';
|
||||
$pass = '';
|
||||
?>
|
Loading…
Reference in New Issue
Block a user