Skip to:
Content

bbPress.org

Changeset 2077


Ignore:
Timestamp:
05/10/2009 08:31:19 AM (17 years ago)
Author:
sambauers
Message:

Stripslashes on plugin location because magic_quotes_gpc is evil. Fixes #1019

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-admin/plugins.php

    r2026 r2077  
    3333
    3434// Set the plugin
    35 $plugin = isset( $_REQUEST['plugin'] ) ? trim( $_REQUEST['plugin'] ) : '';
     35$plugin = isset( $_REQUEST['plugin'] ) ? trim( stripslashes( $_REQUEST['plugin'] ) ) : '';
    3636
    3737// Deal with user actions
Note: See TracChangeset for help on using the changeset viewer.