1
0
mirror of https://github.com/mosbth/cimage.git synced 2025-04-21 01:11:54 +02:00

prepare to tag v0.7.13

This commit is contained in:
Mikael Roos 2016-08-08 11:35:12 +02:00
parent 9a912e7f01
commit 9b110037b4

View File

@ -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',