Modification arborescence

This commit is contained in:
Chocobozzz
2014-03-18 21:25:52 +01:00
parent 18550b42fe
commit 4c5f7a8287
6 changed files with 20 additions and 11 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$hote='localhost';
$port='3306';
$bd='vpn';
$utilisateur='user';
$mdp="password";
?>