Update tinyfilemanager.php

removed extra spaces
This commit is contained in:
zedzhen 2022-07-08 18:00:10 +03:00 committed by GitHub
parent 690baa89bc
commit 933c246e90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,7 +200,7 @@ if (defined('FM_EMBED')) {
}
session_cache_limiter('');
session_name(FM_SESSION_ID );
session_name(FM_SESSION_ID);
function session_error_handling_function($code, $msg, $file, $line) {
// Permission denied for default session, try to create a new one
if ($code == 2) {