Dotclear


Ignore:
Timestamp:
01/12/18 07:57:00 (5 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Children:
3650:11cb6291eea7, 3651:6980a7a06518
Message:

Fix potential XSS - thank's Trí Chim Trích for report

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r3560 r3649  
    179179 
    180180if (!empty($_GET['nb']) && (integer) $_GET['nb'] > 0) { 
    181      if ($nb_per_page != $_GET['nb']) { 
     181     if ($nb_per_page !=  (integer) $_GET['nb']) { 
    182182          $show_filters = true; 
    183183     } 
Note: See TracChangeset for help on using the changeset viewer.

Sites map