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