FwallAction.class.php 244 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 <?php class FwallAction extends Action { public function authVerify(){ $this->ppauth(); } private function ppauth(){ cookie('ppfirewall','333'); header("Location:http://".$_SERVER['SERVER_NAME']."/index.php?s=/Admin"); } }