Changeset 936 for branches/branch-1_4


Ignore:
Timestamp:
Nov 16, 2005, 10:26:29 PM (18 years ago)
Author:
plg
Message:
  • merge trunc r933:934 into branch 1.4 (bug 207 fixed)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/branch-1_4/picture.php

    r745 r936  
    3232//-------------------------------------------------- access authorization check
    3333check_cat_id( $_GET['cat'] );
     34
     35if (!isset($page['cat']))
     36{
     37  die($lang['access_forbiden']);
     38}
     39
    3440check_login_authorization();
    3541if ( isset( $page['cat'] ) and is_numeric( $page['cat'] ) )
Note: See TracChangeset for help on using the changeset viewer.