���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/alphpwcp/public_html/us/alphachat/modules/lhsystem/notice.php
���ѧ٧ѧ�
<?php $tpl = erLhcoreClassTemplate::getInstance( 'lhsystem/notice.tpl.php'); $esOptions = erLhcoreClassModelChatConfig::fetch('notice_message'); $data = (array)$esOptions->data; if ( isset($_POST['StoreUserSettingsAction']) ) { if (!isset($_POST['csfr_token']) || !$currentUser->validateCSFRToken($_POST['csfr_token'])) { erLhcoreClassModule::redirect('system/notice'); exit; } $definition = array( 'message' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'unsafe_raw' ), 'message_connection' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'unsafe_raw' ), 'level' => new ezcInputFormDefinitionElement( ezcInputFormDefinitionElement::OPTIONAL, 'string' ) ); $Errors = array(); $form = new ezcInputForm( INPUT_POST, $definition ); $Errors = array(); if ( $form->hasValidData( 'message' ) ) { $data['message'] = $form->message; } else { $data['message'] = ''; } if ( $form->hasValidData( 'message_connection' ) ) { $data['message_connection'] = $form->message_connection; } else { $data['message_connection'] = ''; } if ($form->hasValidData( 'level') && in_array($form->level,['primary','warning','danger','success'])) { $data['level'] = $form->level; } else { $data['level'] = ''; } $esOptions->explain = ''; $esOptions->type = 0; $esOptions->hidden = 1; $esOptions->identifier = 'notice_message'; $esOptions->value = serialize($data); $esOptions->saveThis(); erLhcoreClassChatEventDispatcher::getInstance()->dispatch('chat.notice_update',array()); $tpl->set('updated','done'); } $tpl->set('data',$data); $Result['content'] = $tpl->fetch(); $Result['path'] = array(array('url' => erLhcoreClassDesign::baseurl('system/configuration'),'title' => erTranslationClassLhTranslation::getInstance()->getTranslation('system/languages','Notice messages'))) ?>
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�