mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[PR #195] [MERGED] Simply check if authdb is in the docroot. #198
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/tuxis-ie/nsedit/pull/195
Author: @tuxis-ie
Created: 12/23/2020
Status: ✅ Merged
Merged: 12/23/2020
Merged by: @tuxis-ie
Base:
master← Head:check-authdb-docroot📝 Commits (1)
d414f23Simply check if authdb is in the docroot. If so, just blocklogin with a nice message.📊 Changes
1 file changed (+6 additions, -27 deletions)
View changed files
📝
index.php(+6 -27)📄 Description
There has always been a lot of issues with this check. So it's way simpler now. Just check if it is in the docroot, if so, block the login. Might be that you need to change your config a bit because this doesn't take htaccess-controls into account, but this is much simpler.
The last update to this check told me to secure my install, even though the file is not downloadable, so that was broken too.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.