mirror of https://github.com/itflow-org/itflow
Sonar recommendations
This commit is contained in:
parent
50371558c6
commit
7ebac0a674
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue