Changeset 1850 for trunk/qsearch.php


Ignore:
Timestamp:
Feb 22, 2007, 6:31:08 AM (17 years ago)
Author:
rvelices
Message:
  • change the way confguest_access is handled so that web services work correctly (and also nbm.php and feed.php)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/qsearch.php

    r1816 r1850  
    22// +-----------------------------------------------------------------------+
    33// | PhpWebGallery - a PHP based picture gallery                           |
    4 // | Copyright (C) 2003-2006 PhpWebGallery Team - http://phpwebgallery.net |
     4// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
    55// +-----------------------------------------------------------------------+
    6 // | branch        : BSF (Best So Far)
    76// | file          : $Id$
    87// | last update   : $Date$
     
    2726define('PHPWG_ROOT_PATH','./');
    2827include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
     28
     29// +-----------------------------------------------------------------------+
     30// | Check Access and exit when user status is not ok                      |
     31// +-----------------------------------------------------------------------+
     32check_status(ACCESS_GUEST);
    2933
    3034if (empty($_GET['q']))
Note: See TracChangeset for help on using the changeset viewer.