Parent Directory
|
Revision Log
| 1 | <?php |
| 2 | |
| 3 | /************************** |
| 4 | * db_defines.inc |
| 5 | * |
| 6 | * This creates some global |
| 7 | * variables so we know how to |
| 8 | * connect to the DB. |
| 9 | */ |
| 10 | |
| 11 | //The hostname that has the Database |
| 12 | define("DB_HOSTNAME", "localhost"); |
| 13 | |
| 14 | //The username and password |
| 15 | define("DB_USERNAME", ""); |
| 16 | define("DB_PASSWORD", ""); |
| 17 | |
| 18 | //The DB name to use |
| 19 | define("DB_NAME", ""); |
| 20 | |
| 21 | ?> |
| MailToCvsAdmin">MailToCvsAdmin | ViewVC Help |
| Powered by ViewVC 1.1.26 |