mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-10 10:04:01 +02:00
disable compressed build
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user