aboutsummaryrefslogtreecommitdiff
path: root/tools/tst.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2018-08-24 19:08:09 +0000
committerCassio de Campos <cassiopc@gmail.com>2018-08-24 19:08:09 +0000
commitc8994053b1ff9ccf47b532be6567c0f7f33f5f3c (patch)
tree3377c9e4bd71ab5f8cd4e1a33e701e17575d803c /tools/tst.php
parent9a5387bd2637cdc9fb0496d094e503e484be10e9 (diff)
downloadboca-c8994053b1ff9ccf47b532be6567c0f7f33f5f3c.tar.gz
boca-c8994053b1ff9ccf47b532be6567c0f7f33f5f3c.zip
fixed typos, back some required files
Diffstat (limited to 'tools/tst.php')
-rw-r--r--tools/tst.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/tst.php b/tools/tst.php
deleted file mode 100644
index 38f5fd0..0000000
--- a/tools/tst.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-
-header('Content-type: image/png');
-
-$smile=imagecreatefrompng("../images/balloon4.png");
-imageSaveAlpha($smile, true);
-$kek=imagecolorallocate($smile,0,0,255);
-imagefill($smile,12,25,$kek);
-imagepng($smile);
-
-?>