Zmiany pomiędzy wersją 104 and wersją 105 dla DeployerGuide/Developer
- Data i czas:
- 03/19/15 18:20:48 (10 years temu)
Legend:
- Bez zmian
- Dodane
- Usunięte
- Zmienione
-
DeployerGuide/Developer
v104 v105 20 20 include('../../framework/globalVar.inc'); 21 21 include_once(LIB_PATH.'system/SysContext.inc'); 22 23 SysContext::$ent_id = null; 24 SysContext::$usr_info = array( 25 'usr_id' => 1, 26 'orunid' => array(1), // EXTSYS_SERVICE_ID = -3 27 'firnam' => 'System', 28 'lasnam' => 'eDokumenty', 29 'usrnam' => 'root', 30 'fullnm' => 'System eDokumenty', 31 ); 22 32 23 33 include('./localVar.inc');