Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/hotfixes' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
tablatronix committed Oct 10, 2016
2 parents acc0fee + 8ebb288 commit c2e710d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion admin/inc/configuration.php
Expand Up @@ -7,7 +7,7 @@
*/

$site_full_name = 'GetSimple';
$site_version_no = '3.3.12';
$site_version_no = '3.3.13';
$name_url_clean = lowercase(str_replace(' ','-',$site_full_name));
$ver_no_clean = str_replace('.','',$site_version_no);
$site_link_back_url = 'http://get-simple.info/';
Expand Down
6 changes: 2 additions & 4 deletions admin/upload-uploadify.php
Expand Up @@ -48,11 +48,9 @@
// invalid file
}

$path = (isset($_POST['path'])) ? $_POST['path']."/" : "";
$thumbsPath = GSTHUMBNAILPATH.$path;

$path = (isset($_POST['path'])) ? $_POST['path']."/" : "";
require('inc/imagemanipulation.php');
genStdThumb(isset($_POST['path']) ? $_POST['path']."/" : '',$name);
genStdThumb(isset($_POST['path']) ? $_POST['path']."/" : '',$name.'.'.$extension);

die('1');
// success
Expand Down

0 comments on commit c2e710d

Please sign in to comment.