去掉所有不必要的require_once
This commit is contained in:
joyqi
2014-02-12 17:51:47 +08:00
parent 1ee0fa0805
commit c056ba70fa
45 changed files with 83 additions and 169 deletions
-3
View File
@@ -494,9 +494,6 @@ class Typecho_Request
}
$parts['query'] = http_build_query($args);
/** Typecho_Common */
require_once 'Typecho/Common.php';
/** 返回地址 */
return Typecho_Common::buildUrl($parts);
}