Show
Ignore:
Timestamp:
2007-03-02 14:52:56 (21 months ago)
Author:
fredck
Message:

Made the PHP connector active for the development (SVN) version, making our development life easier.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/browser/default/connectors/php/config.php

    r132 r183  
    2828$Config['Enabled'] = false ; 
    2929 
     30// @Packager.Remove.Start 
     31// Attention: In the development version (SVN) the PHP connector is enabled by default. 
     32$Config['Enabled'] = true ; 
     33// @Packager.Remove.End 
     34 
    3035// Path to user files relative to the document root. 
    3136$Config['UserFilesPath'] = '/userfiles/' ;