- Timestamp:
- May 5, 2008, 8:33:15 AM (17 years ago)
- Location:
- includes
- Files:
-
- 2 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'] = ''; -
includes/htmltempl.php
r1 r3 1 <? 1 <?php 2 2 class Html_template 3 3 { … … 15 15 function __construct() 16 16 { 17 ob_start($ compression);17 ob_start($this->compression); 18 18 } 19 19
Note:
See TracChangeset
for help on using the changeset viewer.