umbraco base url

This commit is contained in:
perploug
2014-02-27 10:00:38 +01:00
parent 429b5f7c01
commit 9c4212703b
4 changed files with 52 additions and 25 deletions

View File

@@ -54,6 +54,9 @@ namespace Umbraco.Web.Install.Controllers
//gen the install base url
ViewBag.InstallApiBaseUrl = Url.GetUmbracoApiService("GetSetup", "InstallApi", "install").TrimEnd("GetSetup");
//get the base umbraco folder
ViewBag.UmbracoBaseFolder = SystemDirectories.Umbraco;
return View();
}