XOOPS 2.5.6
Final
Main Page
Related Pages
Classes
Files
Examples
File List
File Members
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
;
12
protector_postcommon
() ;
13
14
?>
L:
0xoops
xoops-2.5.6
htdocs
xoops_lib
modules
protector
include
postcheck.inc.php
Generated on Fri May 10 2013 01:04:29 for XOOPS 2.5.6 by
1.8.3.1