XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
f5attack_overrun_message.php
Go to the documentation of this file.
1 <?php
2 
4 
5  function execute()
6  {
7  // header( 'Location: http://google.com/' ) ; // redirect somewhere
8  echo 'You have reloaded a page too many times' ; // write any message as you like
9  exit ;
10  }
11 
12 }
13 
14 ?>