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)) {