欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

this connector is disabled錯(cuò)誤的解決方法

 更新時(shí)間:2008年11月15日 13:22:32   作者:  
打開editor/filemanager/connectors/aspx/config.ascx修改CheckAuthentication()方法,返回true
復(fù)制代碼 代碼如下:

private bool CheckAuthentication()
{
// WARNING : DO NOT simply return "true". By doing so, you are allowing
// "anyone" to upload and list the files in your server. You must implement
// some kind of session validation here. Even something very simple as...
//
// return ( Session[ "IsAuthorized" ] != null && (bool)Session[ "IsAuthorized" ] == true );
//
// ... where Session[ "IsAuthorized" ] is set to "true" as soon as the
// user logs in your system.

return true;
}

相關(guān)文章

最新評(píng)論