* 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

@@ -127,7 +127,4 @@
imagepng($img, SIGNATURES_CACHE . $player->getID() . '.png');
imagedestroy($img);
header('Content-type: image/png');
readfile(SIGNATURES_CACHE.$player->getId() . '.png' );
?>