Plugin Directory

Changeset 1234485


Ignore:
Timestamp:
08/31/2015 08:48:10 AM (11 years ago)
Author:
hitoy
Message:

bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • super-static-cache/trunk/super-static-cache.php

    r1234480 r1234485  
    286286    //如http://localhost/hello-wrold/
    287287    //为了支持utf-8缓存格式,对url进行urldecode处理
    288     public function delete_cache(string $url){
     288    public function delete_cache($url){
    289289        $url=urldecode($url);
    290290        //如果传入URL为空,则返回
Note: See TracChangeset for help on using the changeset viewer.