Changeset 10 for trunk/actions
- Timestamp:
- 08/09/05 01:23:02 (7 years ago)
- Files:
-
- 1 modified
-
trunk/actions/admin/delete_image.action.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/actions/admin/delete_image.action.php
r1 r10 23 23 ******************** http://opensource.ikse.net/projects/dotnode ***/ 24 24 25 if($_SESSION['my_login'] == 'alexx' || $_SESSION['my_login'] == 'mathieu')25 if($_SESSION['my_login'] == $config['admin_login']) 26 26 { 27 27 list($id_image, $ext) = split("\.", basename($_POST['image_path']));
