|
1C-Bitrix 25.700.0
|
Переменные | |
| const | HELP_FILE "marketplace/sysupdate.php" |
| $sTableID = "tbl_update_log" | |
| $oSort = new CAdminSorting($sTableID, "date", "desc") | |
| $lAdmin = new CAdminList($sTableID, $oSort) | |
| $arLogRecs = array() | |
| if(file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log") &&is_file($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log") &&is_readable($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log")) | $rsData = new CAdminResult(null, $sTableID) |
| $n = 0 | |
| while($rec=$rsData->Fetch()) | $aMenu |
| while ( $rec=$rsData->Fetch()) $aMenu |
См. определение в файле update_log.php строка 129
| $arLogRecs = array() |
См. определение в файле update_log.php строка 33
| $lAdmin = new CAdminList($sTableID, $oSort) |
См. определение в файле update_log.php строка 25
| $n = 0 |
См. определение в файле update_log.php строка 107
| $oSort = new CAdminSorting($sTableID, "date", "desc") |
См. определение в файле update_log.php строка 24
| if (file_exists( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log") &&is_file( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log") &&is_readable( $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/updater.log")) $rsData = new CAdminResult(null, $sTableID) |
См. определение в файле update_log.php строка 102
| $sTableID = "tbl_update_log" |
См. определение в файле update_log.php строка 23
| const HELP_FILE "marketplace/sysupdate.php" |
DO NOT MODIFY THIS FILE MODIFICATION OF THIS FILE WILL ENTAIL SITE FAILURE
См. определение в файле update_log.php строка 7