diff --git a/tinyfilemanager.php b/tinyfilemanager.php index faebe30..7a2b316 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -3,6 +3,7 @@ * H3K | Tiny File Manager * CCP Programmers * http://fb.com/ccpprogrammers + * https://github.com/prasathmani/tinyfilemanager */ // Default language @@ -141,19 +142,19 @@ if ($use_auth) { } else { // Form unset($_SESSION['logged']); - fm_show_header(); + fm_show_header_login(); fm_show_message(); ?>
H3K File manager -
+

Uploading files

Destination folder:

-
+
@@ -713,7 +715,7 @@ if (isset($_POST['copy']) && !FM_READONLY) { ?>

Copying

- +

- + @@ -1108,7 +1110,7 @@ $num_files = count($files); $num_folders = count($folders); $all_files_size = 0; ?> - +
@@ -1191,7 +1193,7 @@ foreach ($files as $f) { - + @@ -1966,6 +1968,50 @@ function fm_show_message() } } +/** + * Show page header in Login Form + */ +function fm_show_header_login() +{ + $sprites_ver = '20160315'; + header("Content-Type: text/html; charset=utf-8"); + header("Expires: Sat, 26 Jul 1997 05:00:00 GMT"); + header("Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0"); + header("Pragma: no-cache"); + + global $lang; + ?> + + + + +H3K | File Manager + + + + + + + +
+ + +
+ + +