XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
precommon_bwlimit_message.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  exit ;
12  }
13 
14 }
15 
16 ?>