. /** * Moodle 404 Error page * * This is for 404 error pages served by the webserver and then passed * to Moodle to be rendered using the site theme. * * ErrorDocument 404 /error/index.php * * @package core * @copyright Brendan Heywood * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ require_once("../r.php");