Changeset 1851 for trunk/password.php


Ignore:
Timestamp:
Feb 22, 2007, 9:20:30 PM (17 years ago)
Author:
rub
Message:

o Proposition: improved display of 'x images in y sub-categories' or 'x images in this category' for cases when categories contain both images and sub-categories
o Good idea of this new way for way confguest_access, but I kept last implementation for access methods (Could be useful on future development)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/password.php

    r1809 r1851  
    3333include_once( PHPWG_ROOT_PATH.'include/common.inc.php' );
    3434include_once(PHPWG_ROOT_PATH.'include/functions_mail.inc.php');
     35
     36// +-----------------------------------------------------------------------+
     37// | Check Access and exit when user status is not ok                      |
     38// +-----------------------------------------------------------------------+
     39check_status(ACCESS_NONE);
    3540
    3641// +-----------------------------------------------------------------------+
Note: See TracChangeset for help on using the changeset viewer.