Example #1
0
    function protect_action() {
		chkpw('func_data_safe');
		require_once ROOT.'/webscan360/webscan360.class.php';
		$webscan_model = new webscan360();
	    $url = $webscan_model->getProtectUrl();
		$this->view->iframe_url = $url;    	
    }
Example #2
0
 function index_action()
 {
     require_once APP_PATH . '/webscan360/webscan360.class.php';
     $webscan_model = new webscan360();
     $url = $webscan_model->getWebshellUrl();
     $this->yunset("url", $url);
     $this->yuntpl(array('admin/admin_webshell'));
 }