( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php
if($_GET['display']==1) {
header("Content-type: $mime");
$outputFunction($background, null, $quality);
$outputFunction($background, $imagepath, $quality);
showUpdate($_GET['nani']);
imagedestroy($background);
imagedestroy($src);
exit();
}
?>