mirror of
https://github.com/islehorse/HISP.git
synced 2025-06-27 02:56:10 +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';
|
|
|
|
|
|
?>
|