diff --git a/view/info.php b/view/info.php index 8f3106db1462..c09afa766641 100644 --- a/view/info.php +++ b/view/info.php @@ -5,7 +5,7 @@ if(file_exists($cachedFile)){ $content = file_get_contents($cachedFile); - $json = _json_decode($content); + $json = json_decode($content); if(!empty($json)){ $json->cache = filectime($cachedFile); echo json_encode($json);