Searched refs:allowedGETparameters (Results 1 – 2 of 2) sorted by relevance
/plugin/photogallery/phpThumb/demo/ |
H A D | phpThumb.demo.showpic.php | 79 $allowedGETparameters = array('src','new','w','h','wp','hp','wl','hl','ws','hs','f','q','sx','sy','… variable 83 if (!in_array($key, $allowedGETparameters)) {
|
/plugin/photogallery/phpThumb/ |
H A D | phpThumb.php | 389 $allowedGETparameters = array('src', 'new', 'w', 'h', 'wp', 'hp', 'wl', 'hl', 'ws', 'hs', 'f', 'q',… variable 394 } elseif (in_array($key, $allowedGETparameters)) {
|