This website works better with JavaScript.
Explore
Help
Sign In
Misterzym
/
OpenVPN-Admin
mirror of
https://github.com/misterzym/OpenVPN-Admin.git
Watch
1
Star
0
Fork
You've already forked OpenVPN-Admin
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14
Commits
3
Branches
5
Tags
651 KiB
Tree:
4c5f7a8287
feature/ldap
feature/refractoring
master
0.1.0
v0.2.0
v0.3.0
v0.3.1
v0.3.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4c5f7a8287'
${ noResults }
OpenVPN-Admin
/
include
/
config.php
8 lines
99 B
Raw
Normal View
History
Unescape
Escape
Modification arborescence
11 years ago
<?php
$hote='localhost';
$port='3306';
$bd='vpn';
$utilisateur='user';
$mdp="password";
?>