mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 03:25:23 +08:00
Remove SiteUrl from SiteSettings
This is used used and not needed with the multi-tenancy work recently done. --HG-- branch : dev
This commit is contained in:
@@ -8,7 +8,6 @@ namespace Orchard.Settings {
|
||||
string PageTitleSeparator { get; }
|
||||
string SiteName { get; }
|
||||
string SiteSalt { get; }
|
||||
string SiteUrl { get; }
|
||||
string SuperUser { get; }
|
||||
string HomePage { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user