Changeset 1942 for FCKeditor/trunk/editor/filemanager/connectors/php/io.php
- Timestamp:
- 2008-04-22 16:12:48 (4 months ago)
- Files:
-
- 1 modified
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'] ;