diff options
Diffstat (limited to 'api/test1.php')
-rw-r--r-- | api/test1.php | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/api/test1.php b/api/test1.php index 6d25f85..a8c9c97 100644 --- a/api/test1.php +++ b/api/test1.php @@ -1,8 +1,5 @@ <?php -$img = imagecreate(2048, 1024); -$color = imagecolorallocate($img, 255, 0, 0); - -header("Content-type: image/jpeg"); -imagejpeg($img); -imagedestroy($img);
\ No newline at end of file +die(); +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/agewarning.inc"; +showWarning("Zoom Zephyrwing", "zoomzephyrwing", "gdapd");
\ No newline at end of file |