Archived
1
0
This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
statstat/settings/globals.php.example
James Stuckey Weber 6338c528e9 Initial commit
2015-03-22 09:16:26 -04:00

6 lines
103 B
Plaintext

<?php
define('DB_HOST','');
define('DB_NAME', '');
define('DB_USER', '');
define('DB_PASSWORD', '');
?>