mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2026-04-26 10:55:56 +03:00
[PR #674] Replace hardcoded configuration path '/config.php' with CONFIG_FILE #1027
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#1027
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/674
Author: @maestrow
Created: 11/25/2021
Status: 🔄 Open
Base:
master← Head:embed-with-variative-config📝 Commits (2)
306090breplace hardcoded configuration path '/config.php' with CONFIG_FILE named constant. Thus you can embed file manager with different configs.8b82508fix typo📊 Changes
1 file changed (+2 additions, -3 deletions)
View changed files
📝
tinyfilemanager.php(+2 -3)📄 Description
Replace hardcoded configuration path '/config.php' with CONFIG_FILE named constant. Thus you can embed file manager with different configs.
This PR made possible #444 feature request: "allow user to access multiple directories". Use this scenario: For each target directory define a link which lead to it's own page with embedded file manager instance, having its own CONFIG_FILE. Common configuration options can be included from shared file.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.