From abdf2be6a43bf5bb2e2d3ca759bd63ef50836e88 Mon Sep 17 00:00:00 2001 From: alexhigh Date: Thu, 29 May 2014 11:39:05 +0000 Subject: [PATCH] 2014-05-29 Alejandro Gallardo * include/functions_config.php: Fixed the permission checks of the remote config directories on the function "config_check". git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10039 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ pandora_console/include/functions_config.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 238132b523..244719a12e 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2014-05-29 Alejandro Gallardo + + * include/functions_config.php: Fixed the permission + checks of the remote config directories on the function + "config_check". + 2014-05-29 Miguel de Dios * include/styles/pandora.css: fixed the css for the diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 00c8d0d106..4cbc1b1b80 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -1198,7 +1198,7 @@ function config_check () { // Get remote file dir. $remote_config = db_get_value_filter('value', 'tconfig', array('token' => 'remote_config')); - + $remote_config = io_safe_output($remote_config); if (enterprise_installed()) { if (!is_readable ($remote_config)) {