Skip to content

Commit

Permalink
demo.showpic
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHeinrich committed Aug 10, 2016
1 parent 85b34d0 commit 51af297
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions demo/phpThumb.demo.showpic.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function CrossBrowserResizeInnerWindowTo(newWidth, newHeight) {
} else {
if ($key == 'src') {
// allow as passed
$additionalparameters[$key] = $value;
} else {
$additionalparameters[$key] = preg_replace('#[^A-Za-z0-9\\. _:/]#', '', $value);
}
Expand Down
2 changes: 1 addition & 1 deletion phpthumb.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ class phpthumb {
var $issafemode = null;
var $php_memory_limit = null;

var $phpthumb_version = '1.7.14-201608101243';
var $phpthumb_version = '1.7.14-201608101311';

//////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 51af297

Please sign in to comment.