mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Wrong variablenames
This commit is contained in:
@@ -12,7 +12,7 @@ $output = $image->getimageblob();
|
||||
|
||||
$image->setImageFormat("jpeg");
|
||||
|
||||
$im->imageWriteFile (fopen ("/static/images/thumbnails/".$_POST['id'].".jpg", "wb"));
|
||||
$image->imageWriteFile (fopen ("/static/images/thumbnails/".$_POST['id'].".jpg", "wb"));
|
||||
|
||||
echo base64_encode($output);
|
||||
?>
|
||||
Reference in New Issue
Block a user