Changeset 1942
- Timestamp:
- 2008-04-22 16:12:48 (2 years ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/connectors/php/io.php (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/connectors/php/io.php
r1805 r1942 155 155 } 156 156 $sRealPath = realpath( './' ) ; 157 // #2124 ensure that no slash is at the end 158 $sRealPath = trim($sRealPath,"\\/"); 157 159 158 160 $sSelfPath = $_SERVER['PHP_SELF'] ; -
FCKeditor/trunk/_whatsnew.html
r1928 r1942 52 52 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2039">#2039</a>] Fixed the locking up issue 53 53 in the Find/Replace dialog.</li> 54 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/2124">#2124</a>] PHP file brower: fixed 55 issue with resolving paths on Windows servers with PHP 5.2.4/5.2.5.</li> 54 56 </ul> 55 57 <h3>