From 2510e595aa78271356f49c98bdaf9f7c044f62d6 Mon Sep 17 00:00:00 2001 From: Prasath Mani Date: Mon, 19 Nov 2018 23:40:23 +0530 Subject: [PATCH] Logo path updated --- tinyfilemanager.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index abb04bd..99cf910 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -86,6 +86,10 @@ if ($report_errors == true) { @ini_set('display_errors', 0); } +//Set Cookie +$cache = isset($_COOKIE['fm_cache']) ? 1 : 0; +setcookie('fm_cache', $cache, time() + 3600); + // if fm included if (defined('FM_EMBED')) { $use_auth = false; @@ -159,7 +163,7 @@ if ($use_auth) {
- H3K File Manager + H3K File Manager

Tiny File Manager