Issues (1)

css/common.inc.php (1 issue)

Severity
1
<?php
2
    
3
require_once(__DIR__ . '/../../../autoload.php');
4
5
?>
0 ignored issues
show
The closing tag should be omitted for pure PHP files.
Loading history...