XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
precommon_bwlimit_errorlog.php
Go to the documentation of this file.
1
<?php
2
3
class
protector_precommon_bwlimit_errorlog
extends
ProtectorFilterAbstract
{
4
5
function
execute
()
6
{
7
header(
'HTTP/1.0 503 Service unavailable'
) ;
8
header(
'Retry-After: 600'
) ;
9
10
echo
_MD_PROTECTOR_BANDWIDTHLIMITED
;
11
error_log(
'Protector: bwlimit '
.@
$_SERVER
[
'REMOTE_ADDR'
] , 0 ) ;
12
exit
;
13
}
14
15
}
16
17
?>
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
filters_disabled
precommon_bwlimit_errorlog.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1