diff options
author | Minteck <contact@minteck.org> | 2023-02-05 13:00:59 +0100 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2023-02-05 13:00:59 +0100 |
commit | abd342282b48d742cca1740f76d220037fd13800 (patch) | |
tree | 49654e39819b4bca60d0c64f716495551b92d143 /api/test1.php | |
parent | c6df470866ce00f91345888eac6d8aa76db694dc (diff) | |
download | pluralconnect-abd342282b48d742cca1740f76d220037fd13800.tar.gz pluralconnect-abd342282b48d742cca1740f76d220037fd13800.tar.bz2 pluralconnect-abd342282b48d742cca1740f76d220037fd13800.zip |
Updated 6 files, added 2 files and renamed assets/uploads/pt-twilight.png (automated)
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 |