2014-05-29 Alejandro Gallardo <alejandro.gallardo@artica.es>

* 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
This commit is contained in:
alexhigh 2014-05-29 11:39:05 +00:00
parent f4de4929c5
commit abdf2be6a4
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2014-05-29 Alejandro Gallardo <alejandro.gallardo@artica.es>
* include/functions_config.php: Fixed the permission
checks of the remote config directories on the function
"config_check".
2014-05-29 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/pandora.css: fixed the css for the

View File

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