From ca871a8495e37290cdff9e852aa7e95b456c34b2 Mon Sep 17 00:00:00 2001 From: paponius Date: Tue, 1 Aug 2023 06:06:19 +0200 Subject: [PATCH] tab to 4 spaces --- tinyfilemanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 6f55502..b93c8f9 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -248,7 +248,7 @@ if (empty($_SESSION['token'])) { if (function_exists('random_bytes')) { $_SESSION['token'] = bin2hex(random_bytes(32)); } else { - $_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32)); + $_SESSION['token'] = bin2hex(openssl_random_pseudo_bytes(32)); } }