|
|
|
@ -3,11 +3,11 @@ namespace MediaBrowser.Common.Implementations.Security
|
|
|
|
|
{
|
|
|
|
|
public class MbAdmin
|
|
|
|
|
{
|
|
|
|
|
public const string HttpUrl = "https://www.mb3admin.com/admin/";
|
|
|
|
|
public const string HttpUrl = "http://www.mb3admin.com/admin/";
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Leaving as http for now until we get it squared away
|
|
|
|
|
/// </summary>
|
|
|
|
|
public const string HttpsUrl = "https://www.mb3admin.com/admin/";
|
|
|
|
|
public const string HttpsUrl = "http://www.mb3admin.com/admin/";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|