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_message.php
Go to the documentation of this file.
1
<?php
2
3
class
protector_precommon_bwlimit_message
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
exit
;
12
}
13
14
}
15
16
?>
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
filters_disabled
precommon_bwlimit_message.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1