diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index 3920109890..c88f16cf2d 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -2362,7 +2362,7 @@ function config_process_config() } if (!isset($config['custom_docs_url'])) { - config_update_value('custom_docs_url', 'http://wiki.pandorafms.com/'); + config_update_value('custom_docs_url', 'https://pandorafms.com/manual'); } if (!isset($config['custom_support_url'])) { diff --git a/pandora_console/pandoradb_data.sql b/pandora_console/pandoradb_data.sql index b1d5f860c7..26032195a8 100644 --- a/pandora_console/pandoradb_data.sql +++ b/pandora_console/pandoradb_data.sql @@ -105,7 +105,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES ('show_vc', 1), ('inventory_changes_blacklist', '1,2,20,21'), ('custom_report_front', 0), -('custom_report_front_font', 'opensans.ttf'), +('custom_report_front_font', 'lato.ttf'), ('custom_report_front_logo', 'images/pandora_logo_white.jpg'), ('custom_report_front_header', ''), ('custom_report_front_footer', ''), @@ -226,7 +226,7 @@ UNLOCK TABLES; LOCK TABLES `tlink` WRITE; INSERT INTO `tlink` VALUES -(1,'Documentation','http://wiki.pandorafms.com/'), +(1,'Documentation','https://pandorafms.com/manual'), (2,'Enterprise Edition','http://pandorafms.com'), (3,'Report a bug','https://github.com/pandorafms/pandorafms/issues'), (4,'Suggest new feature','http://forums.pandorafms.com/index.php?board=22.0'),