From da31717cff67424c4a85c60e18ea663ebfe77081 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Thu, 28 Feb 2019 15:35:28 +0530 Subject: [PATCH] Negative filesize on ARMv7 for files over 2GB #127 Simplified Chinese translation #125 Max file size? #96 --- README.md | 2 +- tinyfilemanager.php | 25 ++++++++++++++--- translation.json | 66 ++++++++++++++++++++++----------------------- 3 files changed, 55 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 1549e3d..ac6189e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ To enable/disable authentication set `$use_auth` to true or false. - :zap: Backup files - :mag_right: Search - Search and Sorting using `datatable js` - :file_folder: Exclude folders from listing -- :globe_with_meridians: Multi-language support (English, Spanish, French, Italian, German, Russian, Thailand and Chinese ) for translations `translation.json` is file required +- :globe_with_meridians: Multi-language support (English, Spanish, French, Italian, German, Russian, Thailand, Chinese and more..) for translations `translation.json` is file required - :bangbang: lots more... diff --git a/tinyfilemanager.php b/tinyfilemanager.php index e22b54c..20155e3 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -3,13 +3,13 @@ $CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":false}'; /** - * H3K | Tiny File Manager V2.3.1 + * H3K | Tiny File Manager V2.3.2 * CCP Programmers | ccpprogrammers@gmail.com * https://tinyfilemanager.github.io */ //TFM version -define('VERSION', '2.3.1'); +define('VERSION', '2.3.2'); // Auth with login/password (set true/false to enable/disable it) $use_auth = true; @@ -935,6 +935,7 @@ if (isset($_GET['upload']) && !FM_READONLY) {