Merge branch 'develop' into feature/NewView
This commit is contained in:
commit
c4628c67a1
|
@ -38,7 +38,7 @@ function files_repo_check_directory ($print_messages = false) {
|
|||
}
|
||||
if (!is_writable($files_repo_path)) {
|
||||
$messages .= ui_print_error_message(array('message' => __('Attachment directory is not writable by HTTP Server')
|
||||
.'</h3>'.'<p>'.sprinf(__('Please check that the web server has write rights on the %s directory'), $attachment_path),
|
||||
.'</h3>'.'<p>'.sprintf(__('Please check that the web server has write rights on the %s directory'), $attachment_path),
|
||||
'no_close' => true, 'force_style' => 'color: #000000 !important'), '', true);
|
||||
} else {
|
||||
$result = true;
|
||||
|
|
|
@ -31,6 +31,7 @@ include_once($config['homedir'] . "/include/functions_modules.php");
|
|||
include_once($config['homedir'] . "/include/functions_events.php");
|
||||
include_once($config['homedir'] . "/include/functions_alerts.php");
|
||||
include_once($config['homedir'] . '/include/functions_users.php');
|
||||
enterprise_include_once('include/functions_reporting.php');
|
||||
enterprise_include_once('include/functions_metaconsole.php');
|
||||
enterprise_include_once('include/functions_inventory.php');
|
||||
include_once($config['homedir'] . "/include/functions_forecast.php");
|
||||
|
|
Loading…
Reference in New Issue