芝麻web文件管理V1.00
编辑当前文件:/home/krishnamexports/www/panel/fckeditor/editor/filemanager/connectors/php/basexml.php
' ; // Create the main "Connector" node. echo '
' ; // Add the current folder node. echo '
' ; $GLOBALS['HeaderSent'] = true ; } function CreateXmlFooter() { echo '
' ; } function SendError( $number, $text ) { if ( isset( $GLOBALS['HeaderSent'] ) && $GLOBALS['HeaderSent'] ) { SendErrorNode( $number, $text ) ; CreateXmlFooter() ; } else { SetXmlHeaders() ; // Create the XML document header echo '' ; echo '
' ; SendErrorNode( $number, $text ) ; echo '
' ; } exit ; } function SendErrorNode( $number, $text ) { echo '
' ; } ?>