Changeset 2077
- Timestamp:
- 05/10/2009 08:31:19 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bb-admin/plugins.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-admin/plugins.php
r2026 r2077 33 33 34 34 // Set the plugin 35 $plugin = isset( $_REQUEST['plugin'] ) ? trim( $_REQUEST['plugin']) : '';35 $plugin = isset( $_REQUEST['plugin'] ) ? trim( stripslashes( $_REQUEST['plugin'] ) ) : ''; 36 36 37 37 // Deal with user actions
Note: See TracChangeset
for help on using the changeset viewer.