Changeset 506 for trunk/includes/system.php
- Timestamp:
- Feb 14, 2013, 9:02:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/system.php
r455 r506 30 30 function Init() 31 31 { 32 include('config.php');32 global $Config; 33 33 $this->Config = $Config; 34 34 $this->Database->HostName = $this->Config['Database']['Host'];
Note:
See TracChangeset
for help on using the changeset viewer.