aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/MbAdmin.cs
blob: ab4a83257cb880192d12f0f8a3bed6b1c5d83406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace MediaBrowser.Common.Implementations.Security
{
    public class MbAdmin
    {
        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 = "http://www.mb3admin.com/admin/";
    }
}