芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/status.pulsehost.co.uk/app/controllers/NotFound.php
main->not_found_url)) { header('Location: ' . settings()->main->not_found_url); die(); } header('HTTP/1.0 404 Not Found'); $view = new \Altum\View('notfound/index', (array) $this); $this->add_view_content('content', $view->run()); } }