diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 46d2921..7ab6c31 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -56,6 +56,9 @@ $http_host = $_SERVER['HTTP_HOST']; // input encoding for iconv $iconv_input_encoding = 'CP1251'; +// date() format for file modification date +$datetime_format = 'd.m.y H:i'; + //--- EDIT BELOW CAREFULLY OR DO NOT EDIT AT ALL // if fm included @@ -90,7 +93,7 @@ $is_https = isset($_SERVER['HTTPS']) && ($_SERVER['HTTPS'] == 'on' || $_SERVER[' $root_path = rtrim($root_path, '\\/'); $root_path = str_replace('\\', '/', $root_path); if (!@is_dir($root_path)) { - echo "
-
+
Uploading files
+Destination folder: