XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
precommon_badip_message.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  exit ;
13  }
14 
15 }
16 
17 ?>