From 8ce4c89de81f50f683d7b8c1a20610679bee9966 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Tue, 18 Jul 2017 14:04:56 +0200 Subject: [PATCH] disable compressed build --- compiler.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/compiler.php b/compiler.php index 5fab978..b942d8d 100755 --- a/compiler.php +++ b/compiler.php @@ -52,7 +52,9 @@ $ifm->run(); /** * Build compressed standalone script */ -file_put_contents( $IFM_BUILD_STANDALONE_COMPRESSED, '' . gzencode( file_get_contents( "ifm.php", false, null, 5 ) ) ); +/* + * file_put_contents( $IFM_BUILD_STANDALONE_COMPRESSED, '' . gzencode( file_get_contents( "ifm.php", false, null, 5 ) ) ); + */ /** * Build library