mirror of
https://github.com/mosbth/cimage.git
synced 2025-07-30 21:20:11 +02:00
prepare to tag v0.7.13
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
* CIMAGE_DEBUG will be false by default, if its not defined.
|
||||
*/
|
||||
if (!defined("CIMAGE_DEBUG")) {
|
||||
//define("CIMAGE_DEBUG", false);
|
||||
define("CIMAGE_DEBUG", true);
|
||||
define("CIMAGE_DEBUG", false);
|
||||
//define("CIMAGE_DEBUG", true);
|
||||
define("CIMAGE_DEBUG_FILE", "/tmp/cimage");
|
||||
}
|
||||
|
||||
@@ -41,7 +41,7 @@ return array(
|
||||
* mode: 'production'
|
||||
*/
|
||||
//'mode' => 'production',
|
||||
'mode' => 'development',
|
||||
//'mode' => 'development',
|
||||
//'mode' => 'strict',
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user