Changeset 3 for includes/config.sample.php
- Timestamp:
- May 5, 2008, 8:33:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
includes/config.sample.php
r1 r3 1 1 <?php 2 2 3 $db_congig['host'] = 'localhost'; 3 $Config = array( 4 'DisplayServerCountPerPage' => 40, 5 'TopServersCount' => 10, 6 ); 7 8 $db_config['host'] = 'localhost'; 4 9 $db_config['user'] = 'root'; 5 10 $db_config['pass'] = '';
Note:
See TracChangeset
for help on using the changeset viewer.