diff options
Diffstat (limited to 'identification.php')
-rw-r--r-- | identification.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/identification.php b/identification.php index e1edceb1d..b0d259841 100644 --- a/identification.php +++ b/identification.php @@ -29,6 +29,11 @@ define('PHPWG_ROOT_PATH','./'); include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); +// +-----------------------------------------------------------------------+ +// | Check Access and exit when user status is not ok | +// +-----------------------------------------------------------------------+ +check_status(ACCESS_NONE); + //-------------------------------------------------------------- identification $errors = array(); |