芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/installation.old/views/language/view.html.php
get('State'); $form = $this->get('Form'); // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode("\n", $errors)); return false; } $this->assignRef('state', $state); $this->assignRef('form', $form); parent::display($tpl); } }