mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-31 13:40:08 +02:00
Fix deprecated for PHP 8.1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Version of cimage and img.php
|
||||
define("CIMAGE_VERSION", "v0.8.2 (2021-10-27)");
|
||||
define("CIMAGE_VERSION", "v0.8.3 (2022-05-24)");
|
||||
|
||||
// For CRemoteImage
|
||||
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);
|
||||
|
Reference in New Issue
Block a user