Plugin Directory

Changeset 1076583


Ignore:
Timestamp:
01/27/2015 11:18:23 AM (11 years ago)
Author:
Feedweb
Message:

Security code fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • feedweb/trunk/feedweb_license.php

    r781544 r1076583  
    55require_once( ABSPATH.'wp-load.php');
    66require_once( 'feedweb_util.php');
     7
     8if (!current_user_can('manage_options'))
     9    wp_die(__("You are not allowed to be here"));
    710
    811function GetPaymentModulePath()
Note: See TracChangeset for help on using the changeset viewer.