From 10059822cd7920081d33a9a126a3c495b8cd9270 Mon Sep 17 00:00:00 2001 From: Luis Date: Mon, 21 Jun 2021 10:17:12 +0000 Subject: [PATCH] Ent 7488 pantallazo blanco config.php installer activo --- pandora_console/include/config_process.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pandora_console/include/config_process.php b/pandora_console/include/config_process.php index eb8c92e364..21f32b4187 100644 --- a/pandora_console/include/config_process.php +++ b/pandora_console/include/config_process.php @@ -93,6 +93,8 @@ if (!isset($config['dbport'])) { require_once $ownDir.'constants.php'; require_once $ownDir.'functions_db.php'; require_once $ownDir.'functions.php'; +require_once $ownDir.'functions_io.php'; + // We need a timezone BEFORE calling config_process_config. // If not we will get ugly warnings. Set Europe/Madrid by default