second initial commit

This commit is contained in:
Jérôme Bousquié
2016-09-22 14:24:56 +02:00
parent 51d0c765b7
commit 45a0a47778
13 changed files with 862 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$db_server = "p:localhost";
$db_dbname ="winlog";
$db_user = "db_user";
$db_passwd = "db_password";
$server_code = "salt";
?>