Zmiany pomiędzy wersją 104 and wersją 105 dla DeployerGuide/Developer

Pokaż
Ignoruj:
Data i czas:
03/19/15 18:20:48 (9 years temu)
Autor:
MK (IP: 188.137.112.4)
Komentarz:

--

Legend:

Bez zmian
Dodane
Usunięte
Zmienione
  • DeployerGuide/Developer

    v104 v105  
    2020include('../../framework/globalVar.inc'); 
    2121include_once(LIB_PATH.'system/SysContext.inc'); 
     22 
     23SysContext::$ent_id = null; 
     24SysContext::$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); 
    2232 
    2333include('./localVar.inc');