- Timestamp:
- May 2, 2007, 5:11:16 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_7/admin/plugins.php
r1900 r1995 38 38 // | perform requested actions | 39 39 // +-----------------------------------------------------------------------+ 40 if ( isset($_GET['action']) and isset($_GET['plugin']) )40 if ( isset($_GET['action']) and isset($_GET['plugin']) and !is_adviser() ) 41 41 { 42 42 $plugin_id = $_GET['plugin'];
Note: See TracChangeset
for help on using the changeset viewer.