Page 1 of 1

FTM2S Disable Login

Posted: 23 Apr 2019, 05:08
by justanumber
Really like the simplicity of FTM2S: coursesweb.net/php-mysql/ftm2s-file-transfer-manager-two-servers

Since using on a closed network and not worried about anyone else logging in, is any simple way to disable local login?

Think just logging into remote FTP enough security for me:)

Thanks much,

Woody

FTM2S Disable Login

Posted: 23 Apr 2019, 05:37
by Admin
Hello,
If you want to disable the admin login in the FTM2S application, just add the following code to the end of the config.php file:

Code: Select all

$_SESSION['adminlog'] = $admin['user'].$admin['pass'];

FTM2S Disable Login

Posted: 23 Apr 2019, 06:21
by justanumber
Excellent! Works great, thank you.