芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-includes/IXR/class-IXR-error.php
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; } }