mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-09 04:21:27 +12:00
Add files via upload
This commit is contained in:
parent
d791e43882
commit
fc2b0206d6
46 changed files with 5094 additions and 0 deletions
8
WebInterface/dbconfig.php
Normal file
8
WebInterface/dbconfig.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
$dbname = 'beta';
|
||||
$dbuser = 'root';
|
||||
$dbpass = 'test123';
|
||||
$dbhost = '127.0.0.1';
|
||||
|
||||
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue