Admidio/admidio

View on GitHub
adm_program/system/classes/Htaccess.php

Summary

Maintainability
A
1 hr
Test Coverage

Method protectFolder has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function protectFolder(): bool
    {
        if (is_file($this->folderPath . '/.htaccess')) {
            return true;
        }
Severity: Minor
Found in adm_program/system/classes/Htaccess.php - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status