diff --git a/compiler.php b/compiler.php index 6101364..398c4e8 100755 --- a/compiler.php +++ b/compiler.php @@ -9,7 +9,7 @@ chdir( realpath( dirname( __FILE__ ) ) ); // output files and common attrs -define( "IFM_CDN", true ); +define( "IFM_CDN", false ); define( "IFM_VERSION", "v2.6.1" ); define( "IFM_RELEASE_DIR", "dist/"); define( "IFM_STANDALONE", "ifm.php" );