Changeset 13240 for trunk/admin.php


Ignore:
Timestamp:
Feb 18, 2012, 9:46:46 PM (13 years ago)
Author:
rvelices
Message:
  • multisize thumb longest side can be smaller than the square size
  • remove unused css, shorten/optimize php called very often (at least theoretically should be faster)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin.php

    r13077 r13240  
    246246        'site_update',  // ?only POST
    247247        'cat_list',     // delete cat
    248         'album',        // delete cat; public/private; lock/unlock, permissions
    249248        'cat_move',     // ?only POST
    250249        'cat_options',  // ?only POST; public/private; lock/unlock
    251         'photo',
    252250        'picture_modify', // ?only POST; associate/dissociate
    253251        'user_perm',
     
    258256    or ( !empty($_POST) and in_array($page['page'],
    259257        array(
     258                                        'photo',
     259                                        'album',        // public/private; lock/unlock, permissions
    260260          'batch_manager',  // associate/dissociate; delete; set level
    261261          'user_list',    // group assoc; user level
Note: See TracChangeset for help on using the changeset viewer.