Home
last modified time | relevance | path

Searched refs:allowedGETparameters (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.showpic.php79 $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 DphpThumb.php389 $allowedGETparameters = array('src', 'new', 'w', 'h', 'wp', 'hp', 'wl', 'hl', 'ws', 'hs', 'f', 'q',… variable
394 } elseif (in_array($key, $allowedGETparameters)) {