diff --git a/README.md b/README.md index 0010681..1d10735 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ [Demo](https://tinyfilemanager.github.io/demo/) -Login Details : admin/admin@123 | user/12345 ## Documentation diff --git a/tinyfilemanager.php b/tinyfilemanager.php index a7d847e..9dc7031 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -4,13 +4,13 @@ $CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":false,"hide_Cols": /** - * H3K | Tiny File Manager V2.4.6 + * H3K | Tiny File Manager V2.4.7 * CCP Programmers | ccpprogrammers@gmail.com * https://tinyfilemanager.github.io */ //TFM version -define('VERSION', '2.4.6'); +define('VERSION', '2.4.7'); //Application Title define('APP_TITLE', 'Tiny File Manager'); @@ -1988,7 +1988,7 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white if ($parent !== false) { ?> - .. + .. diff --git a/translation.json b/translation.json index 29085cd..605c77b 100644 --- a/translation.json +++ b/translation.json @@ -1,6 +1,6 @@ { "appName": "Tiny File Manager", - "version": "2.4.6", + "version": "2.4.7", "language": [ { "name": "Română",