Changeset 13 for global.php
- Timestamp:
 - Oct 13, 2008, 1:56:05 PM (17 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  global.php (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
global.php
r9 r13 12 12 $Database->Prefix = $Config['Database']['Prefix']; 13 13 $Database->charset($Config['Database']['Charset']); 14 $Database->ShowError = TRUE; 14 15 include_once('module.php'); 15 16 include_once('page.php'); 16 17 include_once('forms.php'); 18 include_once('types/include.php'); 19 include_once('lists/include.php'); 17 20 include_once('base.php'); 18 21 … … 39 42 $System = new System(); 40 43 $System->Config = $Config; 44 include_once('database_list.php'); 45 $System->AddModule(new DatabaseList()); 41 46 include_once('log.php'); 42 47 $System->AddModule(new Log());  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  