mirror of
https://github.com/mosbth/cimage.git
synced 2025-01-17 19:18:15 +01:00
7 lines
167 B
PHP
7 lines
167 B
PHP
<?php
|
|
// Version of cimage and img.php
|
|
define("CIMAGE_VERSION", "v0.7.13 (2016-08-08)");
|
|
|
|
// For CRemoteImage
|
|
define("CIMAGE_USER_AGENT", "CImage/" . CIMAGE_VERSION);
|