disable compressed build

This commit is contained in:
Marco Dickert 2017-07-18 14:04:56 +02:00
parent cfef5093ac
commit 8ce4c89de8

View File

@ -52,7 +52,9 @@ $ifm->run();
/**
* Build compressed standalone script
*/
file_put_contents( $IFM_BUILD_STANDALONE_COMPRESSED, '<?php eval( gzdecode( file_get_contents( __FILE__, false, null, 85 ) ) ); exit(0); ?>' . gzencode( file_get_contents( "ifm.php", false, null, 5 ) ) );
/*
* file_put_contents( $IFM_BUILD_STANDALONE_COMPRESSED, '<?php eval( gzdecode( file_get_contents( __FILE__, false, null, 85 ) ) ); exit(0); ?>' . gzencode( file_get_contents( "ifm.php", false, null, 5 ) ) );
*/
/**
* Build library