芝麻web文件管理V1.00
编辑当前文件:/home/mybf1/public_html/class.bf1.my/wp-includes/css/dist/edit-widgets/class-IXR-error.php.tar
home/mybf1/public_html/class.bf1.my/wp-includes/IXR/class-IXR-error.php 0000644 00000001526 15122364644 0021530 0 ustar 00 code = $code; $this->message = htmlspecialchars($message); } /** * PHP4 constructor. */ public function IXR_Error( $code, $message ) { self::__construct( $code, $message ); } function getXml() { $xml = <<
faultCode
{$this->code}
faultString
{$this->message}
EOD; return $xml; } }