���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsystem/update.php
���ѧ٧ѧ�
<?php if ((string)$Params['user_parameters_unordered']['action'] == 'statusdb' || (string)$Params['user_parameters_unordered']['action'] == 'statusdbdoupdate') { if (!isset($_SERVER['HTTP_X_CSRFTOKEN']) || !$currentUser->validateCSFRToken($_SERVER['HTTP_X_CSRFTOKEN'])) { echo json_encode(array('error' => 'true', 'result' => 'Invalid CSRF Token' )); exit; } $tpl = erLhcoreClassTemplate::getInstance( 'lhsystem/update/statusdb.tpl.php'); if (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'debug_output' ) == false && $Params['user_parameters_unordered']['scope'] !== 'local') { $contentData = erLhcoreClassModelChatOnlineUser::executeRequest('https://raw.githubusercontent.com/LiveHelperChat/livehelperchat/master/lhc_web/doc/update_db/structure.json'); } else { $Params['user_parameters_unordered']['scope'] = 'local'; $contentData = file_get_contents('doc/update_db/structure.json'); } if ((string)$Params['user_parameters_unordered']['action'] == 'statusdbdoupdate') { erLhcoreClassUpdate::doTablesUpdate(json_decode($contentData,true)); // Update extensions foreach (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'extensions' ) as $extension) { if (file_exists('extension/'.$extension.'/doc/structure.json')) { $contentDataExtension = file_get_contents('extension/'.$extension.'/doc/structure.json'); erLhcoreClassUpdate::doTablesUpdate(json_decode($contentDataExtension,true)); } } } $tables = erLhcoreClassUpdate::getTablesStatus(json_decode($contentData,true)); // Handle extensions foreach (erConfigClassLhConfig::getInstance()->getSetting( 'site', 'extensions' ) as $extension) { if (file_exists('extension/'.$extension.'/doc/structure.json')) { $contentDataExtension = file_get_contents('extension/'.$extension.'/doc/structure.json'); $tablesExtension = erLhcoreClassUpdate::getTablesStatus(json_decode($contentDataExtension,true)); $tables = array_merge_recursive($tables,$tablesExtension); } } $tpl->set('tables',$tables); $tpl->set('scope',$Params['user_parameters_unordered']['scope']); echo json_encode(array('result' => $tpl->fetch())); exit; } $tpl = erLhcoreClassTemplate::getInstance( 'lhsystem/update.tpl.php'); $Result['content'] = $tpl->fetch(); $Result['path'] = array( array('url' => erLhcoreClassDesign::baseurl('system/configuration'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('system/htmlcode','System configuration')), array('title' => erTranslationClassLhTranslation::getInstance()->getTranslation('system/update','Live Helper Chat update information')) ); ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�