Show
Ignore:
Timestamp:
2007-12-04 15:46:59 (9 months ago)
Author:
fredck
Message:

The default path for UseFiles has been changed to "/userfiles/".

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor.Net/trunk/FileWorkerBase.cs

    r1173 r1175  
    2828        public abstract class FileWorkerBase : System.Web.UI.Page 
    2929        { 
    30                 private const string DEFAULT_USER_FILES_PATH = "/UserFiles/" ; 
     30                private const string DEFAULT_USER_FILES_PATH = "/userfiles/" ; 
    3131 
    3232                private string sUserFilesPath ;