mirror of
https://github.com/itflow-org/itflow
synced 2026-03-02 20:04:53 +00:00
Sonar recommendations
This commit is contained in:
@@ -92,11 +92,11 @@ if (isset($options['help'])) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (file_exists("../config.php")) {
|
if (file_exists("../config.php")) {
|
||||||
include "../config.php";
|
include_once "../config.php";
|
||||||
}
|
}
|
||||||
|
|
||||||
include "../functions.php";
|
require_once "../functions.php";
|
||||||
include "../database_version.php";
|
require_once "../database_version.php";
|
||||||
|
|
||||||
if (!isset($config_enable_setup)) {
|
if (!isset($config_enable_setup)) {
|
||||||
$config_enable_setup = 1;
|
$config_enable_setup = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user