mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Sonar recommendations
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user