[+] Admin Webinterface

This commit is contained in:
2018-02-10 23:41:24 +01:00
parent f9e6ea624f
commit c89389efe0
104 changed files with 53980 additions and 78 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
define('DB_HOST','localhost');
define('DB_USER','cms');
define('DB_PASS','pe7zHqDm77XY2WLf');
define('DB_NAME','cms');
?>