1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-15 12:33:59 +02:00

merge original project modifications

This commit is contained in:
Anton Baranov
2020-06-06 07:45:29 +03:00
parent cc701c05e1
commit 5c3c5e955f
7 changed files with 101 additions and 68 deletions

View File

@@ -10,7 +10,7 @@ chdir( realpath( dirname( __FILE__ ) ) );
// output files and common attrs
define( "IFM_CDN", true );
define( "IFM_VERSION", "<a href='https://github.com/cryol/ifm/tree/2.6.0' target=_blank>v2.6.0</a>" );
define( "IFM_VERSION", "<a href='https://github.com/cryol/ifm/tree/2.6.1' target=_blank>v2.6.1</a>" );
define( "IFM_RELEASE_DIR", "dist/");
define( "IFM_STANDALONE", "ifm.php" );
define( "IFM_STANDALONE_GZ", "ifm.min.php" );