Skip to content

Commit

Permalink
use ssl address
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher authored and cedric-anne committed Nov 25, 2024
1 parent cbb4ccb commit 85894c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -2039,7 +2039,7 @@ private static function getPageHeaderTplVars(): array
: 'helpdesk_doc_url';
$help_url = !empty($CFG_GLPI[$help_url_key])
? $CFG_GLPI[$help_url_key]
: 'http://glpi-project.org/documentation';
: 'https://glpi-project.org/documentation';

return [
'is_debug_active' => $_SESSION['glpi_use_mode'] == Session::DEBUG_MODE,
Expand Down

0 comments on commit 85894c1

Please sign in to comment.