Ignore:
Timestamp:
Apr 7, 2012, 11:12:25 PM (12 years ago)
Author:
plg
Message:

bug 2612 fixed: sanitize $_GETinstallstatus before display for
themes/languages/plugins installation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/admin/plugins_new.php

    r11222 r13961  
    7777    default:
    7878      array_push($page['errors'],
    79         sprintf(l10n('An error occured during extraction (%s).'), $_GET['installstatus']),
     79        sprintf(l10n('An error occured during extraction (%s).'), htmlspecialchars($_GET['installstatus'])),
    8080        l10n('Please check "plugins" folder and sub-folders permissions (CHMOD).'));
    8181  } 
Note: See TracChangeset for help on using the changeset viewer.