Changeset 498 for trunk/Common/Global.php
- Timestamp:
- Mar 3, 2013, 6:02:17 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/Global.php
r496 r498 118 118 var $ModuleManager; 119 119 var $PathItems; 120 var $FilesDir; 120 121 121 122 function __construct() … … 126 127 $this->Pages = array(); 127 128 $this->ModuleManager = new AppModuleManager(); 129 $this->FilesDir = ''; 128 130 } 129 131 … … 298 300 $System = new System(); 299 301 $System->Config = $Config; 302 $System->FilesDir = dirname(__FILE__).'/../'.$Config['Web']['UploadFileFolder'].'/'; 300 303 $System->Database = &$Database; 301 304 $System->AddModule(new Log());
Note:
See TracChangeset
for help on using the changeset viewer.