mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Remove the baseurl where possible to avoid mixed content
This commit is contained in:
parent
e9fe220116
commit
f7537c9e90
7 changed files with 46 additions and 44 deletions
|
@ -107,7 +107,7 @@ function nav_info(&$a) {
|
|||
if(($a->config['register_policy'] == REGISTER_OPEN) && (! local_user()) && (! remote_user()))
|
||||
$nav['register'] = array('register',t('Register'), "", t('Create an account'));
|
||||
|
||||
$help_url = $a->get_baseurl($ssl_state) . '/help';
|
||||
$help_url = 'help';
|
||||
|
||||
if(! get_config('system','hide_help'))
|
||||
$nav['help'] = array($help_url, t('Help'), "", t('Help and documentation'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue