From 2729301bffb8b4a15c2228fee39717d80b123e60 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 29 Oct 2016 01:40:15 -0400 Subject: move common dependencies --- MediaBrowser.Common.Implementations/Security/MbAdmin.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 MediaBrowser.Common.Implementations/Security/MbAdmin.cs (limited to 'MediaBrowser.Common.Implementations/Security/MbAdmin.cs') diff --git a/MediaBrowser.Common.Implementations/Security/MbAdmin.cs b/MediaBrowser.Common.Implementations/Security/MbAdmin.cs deleted file mode 100644 index 76ff92c2eb..0000000000 --- a/MediaBrowser.Common.Implementations/Security/MbAdmin.cs +++ /dev/null @@ -1,13 +0,0 @@ - -namespace MediaBrowser.Common.Implementations.Security -{ - public class MbAdmin - { - public const string HttpUrl = "https://www.mb3admin.com/admin/"; - - /// - /// Leaving as http for now until we get it squared away - /// - public const string HttpsUrl = "https://www.mb3admin.com/admin/"; - } -} -- cgit v1.2.3