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:
parent
f4de4929c5
commit
abdf2be6a4
|
@ -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>
|
2014-05-29 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/styles/pandora.css: fixed the css for the
|
* include/styles/pandora.css: fixed the css for the
|
||||||
|
|
|
@ -1198,7 +1198,7 @@ function config_check () {
|
||||||
// Get remote file dir.
|
// Get remote file dir.
|
||||||
$remote_config = db_get_value_filter('value',
|
$remote_config = db_get_value_filter('value',
|
||||||
'tconfig', array('token' => 'remote_config'));
|
'tconfig', array('token' => 'remote_config'));
|
||||||
|
$remote_config = io_safe_output($remote_config);
|
||||||
|
|
||||||
if (enterprise_installed()) {
|
if (enterprise_installed()) {
|
||||||
if (!is_readable ($remote_config)) {
|
if (!is_readable ($remote_config)) {
|
||||||
|
|
Loading…
Reference in New Issue