Merge branch 'ent-7671-cambiar-enlaces-a-documentacion' into 'develop'

add new link documentation

See merge request artica/pandorafms!4188
This commit is contained in:
Daniel Rodriguez 2021-06-11 08:32:06 +00:00
commit 0adcf5aac2
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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'),