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