Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confirm less is link before using it as such #820

Merged
merged 2 commits into from
Sep 11, 2024

Commits on Sep 9, 2024

  1. Confirm less is link before using it as such

    The PHP [docs](https://www.php.net/manual/en/function.readlink.php) of `readlink()` indicate that if the path provided is not a link, it fails.
    
    > Note: The function fails if path is not a symlink, except on Windows, where the normalized path will be returned.
    piurafunk authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f3dc77e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Update Configuration.php

    piurafunk authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0c59c2d View commit details
    Browse the repository at this point in the history