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. -
Disable submit button after first press
JavaScript - jQuery - Ajax
First post
Hello! I have a form that insert results to database.Last post
Many users press this button several times until the confirmation message appears.
How can i...
You can use onclick with: this.style.display='none' , or: this.style.visibility='hidden' ; will automatically hide the button, so, it will not be... -
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. -
Warning timezone settings - Script users register, login
Scripts from this website
First post
Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the...Last post
Thanks a lot. You are too kind. Keep up the good work.