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