Skip to content

firefile.php bug: no https - only http #44

@andreasotto

Description

@andreasotto

Current version of firefile.php still doesn't support https URLs for saving because of hardcoded string "http" in line 109:

Please replace hardcoded "http" at least against something like

($_SERVER['HTTPS'] ? "https" : "http")

to make firefile.php work (at least on Apache Servers this will work, on others not).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions