|
@@ -175,7 +175,7 @@ class IndexController extends BaseController
|
|
|
|
|
|
|
|
$content = file_get_contents($apiUrl.'/'.date('Y').'/'.date('m'));
|
|
$content = file_get_contents($apiUrl.'/'.date('Y').'/'.date('m'));
|
|
|
$temp = substr($content,strpos($content, '<div class="furborder">'));
|
|
$temp = substr($content,strpos($content, '<div class="furborder">'));
|
|
|
- $temp = substr($temp, 0, strpos($content, '<div class="calendar mt">'));
|
|
|
|
|
|
|
+ $temp = substr($temp, 0, strpos($temp, '<div class="calendar mt">'));
|
|
|
return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp]);
|
|
return message(MESSAGE_OK, true, ['content'=> $content, 'result'=> $temp]);
|
|
|
|
|
|
|
|
}
|
|
}
|