* enabled cache http headers for signatures

* disabled fullpage plugin in tinymce
This commit is contained in:
slawkens1
2017-10-11 21:25:41 +02:00
parent 42ef8487c8
commit 92028a2492
6 changed files with 152 additions and 153 deletions

View File

@@ -26,7 +26,4 @@
imagettftext($image , $fontsize, 0, 100, 95, $color, $font, (($player->getLastLogin() > 0) ? date("j F Y, g:i a", $player->getLastLogin()) : 'Never logged in.'));
imagepng($image, SIGNATURES_CACHE . $player->getID() . '.png');
imagedestroy($image);
header('Content-type: image/png');
readfile(SIGNATURES_CACHE . $player->getId() . '.png');
?>