修正泄露路径的漏洞

This commit is contained in:
祁宁
2014-03-10 21:05:20 +08:00
parent a7e4a8e120
commit 0d30d33aa3
101 changed files with 99 additions and 45 deletions
+1 -3
View File
@@ -1,4 +1,5 @@
<?php
if (!defined('__TYPECHO_ROOT_DIR__')) exit;
/*
IXR - The Inutio XML-RPC Library - (c) Incutio Ltd 2002
Version 1.61 - Simon Willison, 11th July 2003 (htmlentities -> htmlspecialchars)
@@ -7,9 +8,6 @@
Made available under the Artistic License: http://www.opensource.org/licenses/artistic-license.php
*/
/** IXR_Clinet */
require_once 'IXR/Clinet.php';
/**
* IXR客户端
*