VPN-Management-GUI 2.0.3 porting start

This commit is contained in:
2012-07-16 19:30:19 +00:00
commit d3b0130655
545 changed files with 19128 additions and 0 deletions

5
Config/_dbconfig_.php Executable file
View File

@@ -0,0 +1,5 @@
<?php
$MYSQL_HOST="localhost";
$MYSQL_USER="vpnmanager";
$MYSQL_PASS="849XpCHBffKWvNaJ";
$MYSQL_DATABASE="vpnmanager";?>