mirror of
https://github.com/misterunknown/ifm.git
synced 2025-01-17 20:58:23 +01:00
disable compressed build
This commit is contained in:
parent
cfef5093ac
commit
8ce4c89de8
@ -52,7 +52,9 @@ $ifm->run();
|
|||||||
/**
|
/**
|
||||||
* Build compressed standalone script
|
* 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
|
* Build library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user