芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/installation.old/views/complete/view.html.php
get('State'); $options = $this->get('Options'); // Get the config string from the session. $session = JFactory::getSession(); $config = $session->get('setup.config', null); // Check for errors. if (count($errors = $this->get('Errors'))) { JError::raiseError(500, implode("\n", $errors)); return false; } $this->assignRef('state', $state); $this->assignRef('options', $options); $this->assignRef('config', $config); parent::display($tpl); } }