芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/installation.old/views/site/view.html.php
get('State'); $form = $this->get('Form'); $sample_installed = $form->getValue('sample_installed', null, 0); // 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); $this->assign('sample_installed', $sample_installed); parent::display($tpl); } }