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
-
- Posts: 13
FTM2S Disable Login
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:
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'];
justanumber
Excellent! Works great, thank you.
Similar Topics
-
FTM2S extend Sessions
Scripts from this website
First post
As previously stated, using FTM2S in a closed enviroment and security in not a huge concern.Last post
Is there a way to extend the remote FTP login...
Ok, thanks. Will experiment with a session class that allows custom session folder. Just need to extend the life of session. -
The disable attribute in option tag not working
HTML - CSS
First post
I have designed a html page, but in option tag I have set disabled= true , still it is not disabling the option.Last post
Things I have tried:
disabled=...
The attribute disabled sets without value (without ='true' ). You need just add this attribute into the options you want disabled.
<option... -
Wrong redirect after login to forum
Announcements & Support
First post
I noticed that each time I try to login to the forum I redirected to that link:...Last post
You're welcome, I am happy you fixed it, and I am amazed that you are a very responsive and very professional developer! Keep up the good work. -
Link Script Users Register, Login with other script
Scripts from this website
First post
Hello I would like to know how I can link the user script with other script like that of the Script comments with pagination for the user space thank...Last post
Hello ok thank you very much for your help