Changeset 1851 for trunk/register.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/register.php

    r1818 r1851  
    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_NONE);
     36
    3137//----------------------------------------------------------- user registration
    3238
Note: See TracChangeset for help on using the changeset viewer.