Index: /FCKeditor/trunk/_whatsnew.html
===================================================================
--- /FCKeditor/trunk/_whatsnew.html	(revision 417)
+++ /FCKeditor/trunk/_whatsnew.html	(revision 418)
@@ -68,5 +68,9 @@
 		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/102">#102</a>] HTML code generated by the "Paste
 			As Plain Text" feature now obeys the EnterMode setting.</li>
-	</ul>
+		<li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/163">#163</a>] 
+			<span style="color: #ff0000">Attention:</span> The default connector in fckconfig.js has been changed from
+			ASP to PHP. If you are using Asp remember to change the _FileBrowserLanguage and _QuickUploadLanguage settings
+			in your fckconfig.js.
+			</li>	</ul>
 	<p>
 		Fixed Bugs:</p>
Index: /FCKeditor/trunk/fckconfig.js
===================================================================
--- /FCKeditor/trunk/fckconfig.js	(revision 417)
+++ /FCKeditor/trunk/fckconfig.js	(revision 418)
@@ -187,12 +187,6 @@
 // values of LinkBrowserURL, ImageBrowserURL and so on.
 // Custom implementations should just ignore it.
-var _FileBrowserLanguage	= 'asp' ;	// asp | aspx | cfm | lasso | perl | php | py
-var _QuickUploadLanguage	= 'asp' ;	// asp | aspx | cfm | lasso | perl | php
-
-// @Packager.Remove.Start
-// The development version (SVN) uses the PHP connector by default.
-_FileBrowserLanguage	= 'php' ;
-_QuickUploadLanguage	= 'php' ;
-// @Packager.Remove.End
+var _FileBrowserLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php | py
+var _QuickUploadLanguage	= 'php' ;	// asp | aspx | cfm | lasso | perl | php
 
 // Don't care about the following line. It just calculates the correct connector
