mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[PR #15] [CLOSED] My contributions #873
Labels
No labels
Feature
Feature
Is It Really an Issue?
Need More Info
Request
Security
bug
duplicate
enhancement
enhancement
help wanted
invalid
pull-request
question
suggestion
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tinyfilemanager#873
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/prasathmani/tinyfilemanager/pull/15
Author: @alecos71
Created: 10/14/2017
Status: ❌ Closed
Base:
master← Head:patch-1📝 Commits (1)
9979e91Add Italian Translation📊 Changes
1 file changed (+87 additions, -0 deletions)
View changed files
📝
filemanager-l10n.php(+87 -0)📄 Description
This happens when
$use_auth = true;See the source generated...
I have an idea to solve this... if you show the login form you shouldn't show the file manager structure...
find:
fm_show_header();and replace with:
fm_show_header_login();Then add this function partially cloned from
fm_show_header();🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.