From ffd00b450322a5b7d29c0ee3afa86cbb3ad0baf6 Mon Sep 17 00:00:00 2001 From: Anton Baranov Date: Fri, 3 Jul 2020 12:28:56 +0300 Subject: [PATCH] Update compiler.php --- compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );