mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-15 12:33:59 +02:00
Make non-cdn version the default
Signed-off-by: Marco Dickert <marco@misterunknown.de>
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
chdir( realpath( dirname( __FILE__ ) ) );
|
||||
|
||||
// output files and common attrs
|
||||
define( "IFM_CDN", true );
|
||||
define( "IFM_CDN", false );
|
||||
define( "IFM_VERSION", "<a href='https://github.com/misterunknown/ifm/tree/cryol-2.6.1' target=_blank>v2.6.1</a>" );
|
||||
define( "IFM_RELEASE_DIR", "dist/");
|
||||
define( "IFM_STANDALONE", "ifm.php" );
|
||||
|
Reference in New Issue
Block a user