mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
This commit is contained in:
parent
40a9958905
commit
70bca63bd6
@ -1359,8 +1359,8 @@ function config_check () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get remote file dir.
|
// Get remote file dir.
|
||||||
$remote_config = db_get_value_filter('value',
|
$remote_config = io_safe_output(db_get_value_filter('value',
|
||||||
'tconfig', array('token' => 'remote_config'));
|
'tconfig', array('token' => 'remote_config')));
|
||||||
|
|
||||||
|
|
||||||
if (enterprise_installed()) {
|
if (enterprise_installed()) {
|
||||||
@ -1412,7 +1412,7 @@ function config_check () {
|
|||||||
__("Database maintance problem"));
|
__("Database maintance problem"));
|
||||||
}
|
}
|
||||||
|
|
||||||
$fontpath = db_get_value_filter('value', 'tconfig', array('token' => 'fontpath'));
|
$fontpath = io_safe_output(db_get_value_filter('value', 'tconfig', array('token' => 'fontpath')));
|
||||||
if (($fontpath == "") OR (!file_exists ($fontpath))) {
|
if (($fontpath == "") OR (!file_exists ($fontpath))) {
|
||||||
set_pandora_error_for_header(
|
set_pandora_error_for_header(
|
||||||
__('Your defined font doesnt exist or is not defined. Please check font parameters in your config'),
|
__('Your defined font doesnt exist or is not defined. Please check font parameters in your config'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user