From ba9826fe9ccfe889b8a8df44bf8313b6bfe58a54 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Mon, 31 Dec 2018 14:36:03 +0530 Subject: [PATCH] Added check latest version --- tinyfilemanager.php | 122 ++++++++++++++++++++++++++++++-------------- 1 file changed, 84 insertions(+), 38 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index e9fd163..cec31b5 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1,9 +1,9 @@ —— © - CCP Programmers —— + CCP Programmers —— @@ -1050,10 +1046,10 @@ if (isset($_GET['settings']) && !FM_READONLY) { global $cfg, $lang, $lang_list; ?> -
+
- +
@@ -1061,7 +1057,7 @@ if (isset($_GET['settings']) && !FM_READONLY) {
-
+
+
- +
@@ -1684,8 +1696,8 @@ $all_files_size = 0; Full size: '.fm_get_filesize($all_files_size).'' ?>, '.$num_files.'' ?>, '.$num_folders.'' ?>, - '.$memory.'' ?>, - '.fm_get_filesize(disk_free_space($path)) .' free of '.fm_get_filesize(disk_total_space($path)).''; ?> + '.fm_get_filesize(@memory_get_usage(true)).'' ?>, + '.fm_get_filesize(@disk_free_space($path)) .' free of '.fm_get_filesize(@disk_total_space($path)).''; ?> @@ -1712,9 +1724,9 @@ $all_files_size = 0;
- + - +
@@ -2651,6 +2663,7 @@ function fm_show_nav_path($path) +
@@ -2786,6 +2799,11 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal'; a:hover, a:visited, a:focus { text-decoration: none !important; } + * { + -webkit-border-radius: 0 !important; + -moz-border-radius: 0 !important; + border-radius: 0 !important; + } .filename, td, th { white-space: nowrap } @@ -3136,6 +3154,29 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal';
+ + +