XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
postcheck.inc.php
Go to the documentation of this file.
1 <?php
2 
3 require_once dirname(__FILE__).'/postcheck_functions.php' ;
4 
5 if( ! defined( 'PROTECTOR_PRECHECK_INCLUDED' ) ) {
6  require dirname(__FILE__).'/precheck.inc.php' ;
7  return ;
8 }
9 
10 define('PROTECTOR_POSTCHECK_INCLUDED' , 1 ) ;
11 if( ! class_exists( 'Database' ) ) return ;
13 
14 ?>