From 29a58006db2f49b0d599062a99d3657f4babdd9c Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Thu, 5 Mar 2015 10:55:17 +0100 Subject: [PATCH] Fixed php include error --- pandora_console/include/functions_html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_html.php b/pandora_console/include/functions_html.php index 8149098fc3..ed6aed8150 100644 --- a/pandora_console/include/functions_html.php +++ b/pandora_console/include/functions_html.php @@ -606,7 +606,7 @@ function html_print_extended_select_for_post_process($name, $selected = '', global $config; - require_once("include/functions_post_process.php"); + require_once($config['homedir'] . "/include/functions_post_process.php"); $fields = post_process_get_custom_values();