XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
precommon_bwlimit_errorlog.php
Go to the documentation of this file.
1 <?php
2 
4 
5  function execute()
6  {
7  header( 'HTTP/1.0 503 Service unavailable' ) ;
8  header( 'Retry-After: 600' ) ;
9 
11  error_log( 'Protector: bwlimit '.@$_SERVER['REMOTE_ADDR'] , 0 ) ;
12  exit ;
13  }
14 
15 }
16 
17 ?>