Changeset 13077 for trunk/admin.php
- Timestamp:
- 02/10/12 11:52:07 (16 months ago)
- Files:
-
- 1 modified
-
trunk/admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin.php
r13025 r13077 127 127 $_GET['page'] = 'album'; 128 128 $_GET['cat_id'] = $matches[1]; 129 if (isset($matches[2])) 130 { 131 $_GET['tab'] = $matches[2]; 132 } 133 } 134 135 // ?page=photo-1234-properties is an clean alias of 136 // ?page=photo&image_id=1234&tab=properties 137 if (isset($_GET['page']) and preg_match('/^photo-(\d+)(?:-(.*))?$/', $_GET['page'], $matches)) 138 { 139 $_GET['page'] = 'photo'; 140 $_GET['image_id'] = $matches[1]; 129 141 if (isset($matches[2])) 130 142 { … … 237 249 'cat_move', // ?only POST 238 250 'cat_options', // ?only POST; public/private; lock/unlock 251 'photo', 239 252 'picture_modify', // ?only POST; associate/dissociate 240 253 'user_perm',
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)