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/admin/thumbnail.php

    r1004 r1072  
    2525// | USA.                                                                  |
    2626// +-----------------------------------------------------------------------+
    27 include_once( PHPWG_ROOT_PATH.'admin/include/isadmin.inc.php' );
     27
     28include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     29
     30// +-----------------------------------------------------------------------+
     31// | Check Access and exit when user status is not ok                      |
     32// +-----------------------------------------------------------------------+
     33check_status(ACCESS_ADMINISTRATOR);
     34
    2835//------------------------------------------------------------------- functions
    2936// RatioResizeImg creates a new picture (a thumbnail since it is supposed to
Note: See TracChangeset for help on using the changeset viewer.