mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-07 13:45:42 +12:00
8 lines
No EOL
90 B
PHP
Executable file
8 lines
No EOL
90 B
PHP
Executable file
<?php
|
|
$dbname = 'beta';
|
|
$dbuser = 'root';
|
|
$dbpass = 'test123';
|
|
$dbhost = '127.0.0.1';
|
|
|
|
|
|
?>
|