Sonar recommendations

This commit is contained in:
wrongecho 2025-01-02 21:30:18 +00:00
parent 50371558c6
commit 7ebac0a674
1 changed files with 3 additions and 3 deletions

View File

@ -92,11 +92,11 @@ if (isset($options['help'])) {
}
if (file_exists("../config.php")) {
include "../config.php";
include_once "../config.php";
}
include "../functions.php";
include "../database_version.php";
require_once "../functions.php";
require_once "../database_version.php";
if (!isset($config_enable_setup)) {
$config_enable_setup = 1;