Changeset 1072 for trunk/search.php


Ignore:
Timestamp:
Mar 9, 2006, 11:46:28 PM (18 years ago)
Author:
rub
Message:

Step 2 improvement issue 0000301:

o Add and use Functions Check of status
o Restricted Access for user generic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/search.php

    r1059 r1072  
    2929define('PHPWG_ROOT_PATH','./');
    3030include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
     31
     32// +-----------------------------------------------------------------------+
     33// | Check Access and exit when user status is not ok                      |
     34// +-----------------------------------------------------------------------+
     35check_status(ACCESS_GUEST);
     36
    3137//------------------------------------------------------------------ form check
    3238$errors = array();
Note: See TracChangeset for help on using the changeset viewer.