From 2b698e5f351655570b94bfae1ea5179ef1015e46 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Mon, 18 May 2015 11:05:55 +0200 Subject: [PATCH] Added a missing include. (cherry picked from commit 641600c9ef89f117e08f0a6a01c6fe66e05539c7) --- pandora_console/include/functions_config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 39cabf1f32..1c84a03865 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -853,6 +853,7 @@ function config_process_config () { // } require_once ($config["homedir"] . "/include/auth/mysql.php"); + require_once ($config["homedir"] . "/include/functions_io.php"); // Next is the directory where "/attachment" directory is placed,