mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Hardcoded http:// cause browser warnings
This commit is contained in:
parent
d71e2ea552
commit
b617ef1abd
@ -76,7 +76,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
|||||||
* @config
|
* @config
|
||||||
* @var string
|
* @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
|
* @var array
|
||||||
@ -1595,7 +1595,7 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
|||||||
* @config
|
* @config
|
||||||
* @var String
|
* @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
|
* Sets the href for the anchor on the Silverstripe logo in the menu
|
||||||
|
Loading…
Reference in New Issue
Block a user