mirror of
https://github.com/mosbth/cimage.git
synced 2025-05-01 06:19:47 +02:00
13 lines
395 B
PHP
13 lines
395 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);
|
|
|
|
// Change to true to enable debug mode which logs additional information
|
|
// to file. Only use for test and development.
|
|
define("CIMAGE_DEBUG", true);
|
|
define("CIMAGE_DEBUG_FILE", "/tmp/cimage");
|
|
//define("CIMAGE_DEBUG", false);
|