This commit is contained in:
parent
3387df8867
commit
b679f8eade
|
|
@ -489,10 +489,8 @@
|
|||
<Content Include="Content\file\LECTSITE.xlsx" />
|
||||
<Content Include="Content\file\EXAMDATA.xlsx" />
|
||||
<Content Include="Content\file\users.xlsx" />
|
||||
<Content Include="Content\file\KFCFManualaaxds.pdf" />
|
||||
<Content Include="Content\file\KFCFManualaxds.pdf" />
|
||||
<Content Include="Content\file\KFCFManualpxds.pdf" />
|
||||
<Content Include="Content\file\examusers.xlsx" />
|
||||
<Content Include="Content\file\YNICTEManualaxds.pdf" />
|
||||
<None Include="Properties\PublishProfiles\FolderProfile.pubxml" />
|
||||
<Content Include="js\Chart.utils.js" />
|
||||
<Content Include="Spring\ControllersStaging.xml" />
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -26,7 +26,7 @@ namespace NP.BO.Controllers
|
|||
ViewBag.Menus = GetMENUS.Where(w => w.usertype == base.SUserInfo.UserType).ToList();
|
||||
|
||||
//로그인을 위해서 다 https로 돌림
|
||||
if (!Request.IsSecureConnection)
|
||||
if (!Request.IsSecureConnection && GetConfig("usessl") == "Y")
|
||||
{
|
||||
filterContext.Result = new RedirectResult("https://" + Request.Url.Host + Request.Url.PathAndQuery);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -78,8 +78,8 @@
|
|||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">@ViewBag.SSUserName 님<b class="caret"></b></a>
|
||||
<ul class="dropdown-menu animated fadeInRight">
|
||||
<span class="arrow top"></span>
|
||||
<li><a href="https://edu.kfcf.or.kr" target="_blank">홈페이지로이동</a></li>
|
||||
<li><a href="~/Content/file/KFCFManual@(ViewBag.SSUserType == 11 ? "pxds" : (ViewBag.SSUserType == 81) ? "aaxds" : "axds").pdf" target="_blank">매뉴얼 다운로드</a></li>
|
||||
<li><a href="https://cte.or.kr" target="_blank">홈페이지로이동</a></li>
|
||||
<li><a href="~/Content/file/YNICTEManual@(ViewBag.SSUserType == 11 ? "axds" : (ViewBag.SSUserType == 81) ? "axds" : "axds").pdf" target="_blank">매뉴얼 다운로드</a></li>
|
||||
<li><a href="/Account/Logout" title="로그아웃">로그아웃</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue