Start on new update routines

This commit is contained in:
Eric Reed
2013-02-28 14:29:17 -05:00
parent 0180e89310
commit 989bb48596
4 changed files with 24 additions and 11 deletions

View File

@@ -8,6 +8,6 @@ namespace MediaBrowser.Common.Constants
{
public static class Constants
{
public const string MBAdminUrl = "http://mb3admin.com/admin/";
public const string MBAdminUrl = "http://www.mb3admin.com/admin/";
}
}