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:
commit
0adcf5aac2
|
@ -2362,7 +2362,7 @@ function config_process_config()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($config['custom_docs_url'])) {
|
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'])) {
|
if (!isset($config['custom_support_url'])) {
|
||||||
|
|
|
@ -105,7 +105,7 @@ INSERT INTO `tconfig` (`token`, `value`) VALUES
|
||||||
('show_vc', 1),
|
('show_vc', 1),
|
||||||
('inventory_changes_blacklist', '1,2,20,21'),
|
('inventory_changes_blacklist', '1,2,20,21'),
|
||||||
('custom_report_front', 0),
|
('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_logo', 'images/pandora_logo_white.jpg'),
|
||||||
('custom_report_front_header', ''),
|
('custom_report_front_header', ''),
|
||||||
('custom_report_front_footer', ''),
|
('custom_report_front_footer', ''),
|
||||||
|
@ -226,7 +226,7 @@ UNLOCK TABLES;
|
||||||
|
|
||||||
LOCK TABLES `tlink` WRITE;
|
LOCK TABLES `tlink` WRITE;
|
||||||
INSERT INTO `tlink` VALUES
|
INSERT INTO `tlink` VALUES
|
||||||
(1,'Documentation','http://wiki.pandorafms.com/'),
|
(1,'Documentation','https://pandorafms.com/manual'),
|
||||||
(2,'Enterprise Edition','http://pandorafms.com'),
|
(2,'Enterprise Edition','http://pandorafms.com'),
|
||||||
(3,'Report a bug','https://github.com/pandorafms/pandorafms/issues'),
|
(3,'Report a bug','https://github.com/pandorafms/pandorafms/issues'),
|
||||||
(4,'Suggest new feature','http://forums.pandorafms.com/index.php?board=22.0'),
|
(4,'Suggest new feature','http://forums.pandorafms.com/index.php?board=22.0'),
|
||||||
|
|
Loading…
Reference in New Issue