|
|
@@ -15,7 +15,8 @@ class Detail extends Controller
|
|
|
$id = $this->getQuery()->intval("id");
|
|
|
$u = Site::getData("user_tag");
|
|
|
$url = sprintf(Site::getData('site_url') . "/tao.php?r=l/d&id=%s&u=%s", $id, $u);
|
|
|
- echo Dataoke::parse(file_get_contents($url));
|
|
|
+ $content= Dataoke::parse(file_get_contents($url));
|
|
|
+ $this->setCache($content);
|
|
|
}
|
|
|
|
|
|
protected function after()
|