Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/upload.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/upload.php (.../upload.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/upload.php (.../upload.php) (revision 12859) @@ -54,6 +54,4 @@ SendUploadResults( 1, '', '', 'Invalid type specified' ) ; -FileUpload( $sType, $sCurrentFolder, $sCommand ) - -?> +FileUpload( $sType, $sCurrentFolder, $sCommand ); \ No newline at end of file Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/util.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/util.php (.../util.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/util.php (.../util.php) (revision 12859) @@ -215,6 +215,4 @@ } return true; -} - -?> +} \ No newline at end of file Index: branches/5.0.x/tools/show_cache.php =================================================================== diff -u -N -r12734 -r12859 --- branches/5.0.x/tools/show_cache.php (.../show_cache.php) (revision 12734) +++ branches/5.0.x/tools/show_cache.php (.../show_cache.php) (revision 12859) @@ -1,6 +1,6 @@ \ No newline at end of file +} \ No newline at end of file Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/config.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/config.php (.../config.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/config.php (.../config.php) (revision 12859) @@ -163,5 +163,3 @@ $Config['FileTypesAbsolutePath']['Document']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['UserFilesAbsolutePath'].'Documents/' ; $Config['QuickUploadPath']['Document'] = $Config['UserFilesPath'] ; $Config['QuickUploadAbsolutePath']['Document']= $Config['UserFilesAbsolutePath'] ; - -?> Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/connector.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/connector.php (.../connector.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/connector.php (.../connector.php) (revision 12859) @@ -83,5 +83,4 @@ CreateXmlFooter() ; exit ; -} -?> +} \ No newline at end of file Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/io.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/io.php (.../io.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/io.php (.../io.php) (revision 12859) @@ -290,6 +290,4 @@ echo 'window.parent.OnUploadCompleted(' . $errorNumber . ',"' . strtr( $fileUrl, $rpl ) . '","' . strtr( $fileName, $rpl ) . '", "' . strtr( $customMsg, $rpl ) . '") ;' ; echo '' ; exit ; -} - -?> +} \ No newline at end of file Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/commands.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/commands.php (.../commands.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/commands.php (.../commands.php) (revision 12859) @@ -269,5 +269,4 @@ SendUploadResults( $sErrorNumber, $sFileUrl, $sFileName ) ; exit ; -} -?> +} \ No newline at end of file Index: branches/5.0.x/core/editor/editor/filemanager/connectors/php/basexml.php =================================================================== diff -u -N -r12117 -r12859 --- branches/5.0.x/core/editor/editor/filemanager/connectors/php/basexml.php (.../basexml.php) (revision 12117) +++ branches/5.0.x/core/editor/editor/filemanager/connectors/php/basexml.php (.../basexml.php) (revision 12859) @@ -89,5 +89,4 @@ function SendErrorNode( $number, $text ) { echo '' ; -} -?> +} \ No newline at end of file