dispatch(); if (isset($dispatch['module'])) { $file = $dispatch['module'][2]; $param = mac_param_url(); if(!empty($param['file'])){ $file = $param['file']; } $file = str_replace('\\','/',$file); if(!file_exists($GLOBALS['MAC_ROOT_TEMPLATE'] . 'label/'. $file.'.html') || strpos($file,'/')!==false){ return $this->error(lang('illegal_request')); } echo $this->label_fetch('label/'.$file); } exit; } public function index() { } }