0) { $MODULE = substr($MODULE, 0, $slashURL); } } define('MODULE', $MODULE); //If the module does not exist: error 404. if (!file_exists('modulos/' . MODULE . '/')) { redireccionar('/'); } //Version. define('VERSION', '07'); //Template HTML. include_once('general/html/doctype.php'); ?>