mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4042 from selay/3.1
Hardcoded http:// cause browser warnings in admin panel
This commit is contained in:
commit
ae783e9598
@ -76,7 +76,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
* @config
|
||||
* @var string
|
||||
*/
|
||||
private static $help_link = 'http://userhelp.silverstripe.org/framework/en/3.1';
|
||||
private static $help_link = '//userhelp.silverstripe.org/framework/en/3.1';
|
||||
|
||||
/**
|
||||
* @var array
|
||||
@ -1598,7 +1598,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
* @config
|
||||
* @var String
|
||||
*/
|
||||
private static $application_link = 'http://www.silverstripe.org/';
|
||||
private static $application_link = '//www.silverstripe.org/';
|
||||
|
||||
/**
|
||||
* Sets the href for the anchor on the Silverstripe logo in the menu
|
||||
|
Loading…
x
Reference in New Issue
Block a user