diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 77be814..23296e8 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -1043,7 +1043,7 @@ if (isset($_GET['settings']) && !FM_READONLY) {
- +
@@ -1114,6 +1114,26 @@ if (isset($_GET['settings']) && !FM_READONLY) {
+
+
+
+ -
- -
-
-
@@ -3175,6 +3175,7 @@ global $lang; } }); } + function show_new_pwd() { $(".js-new-pwd").toggleClass('hidden'); window.open("https://tinyfilemanager.github.io/docs/pwd.html", '_blank'); } //Save Settings function save_settings($this) { let form = $($this);