XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
precommon_badip_errorlog.php
Go to the documentation of this file.
1 <?php
2 
4 
5  function execute()
6  {
9  if( $protector->ip_matched_info ) {
10  printf( _MD_PROTECTOR_FMT_JAILINFO , date( _MD_PROTECTOR_FMT_JAILTIME , $protector->ip_matched_info ) ) ;
11  }
12  error_log( 'Protector: badip '.@$_SERVER['REMOTE_ADDR'] , 0 ) ;
13  exit ;
14  }
15 
16 }
17 
18 ?>