XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Pages
bruteforce_overrun_message.php
Go to the documentation of this file.
1
<?php
2
3
class
protector_bruteforce_overrun_message
extends
ProtectorFilterAbstract
{
4
5
function
execute
()
6
{
7
// header( 'Location: http://google.com/' ) ; // redirect somewhere
8
echo
'You have tried too many wrong loggin in'
;
// write any message as you like
9
exit
;
10
}
11
12
}
13
14
?>
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
filters_disabled
bruteforce_overrun_message.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1