diff --git a/index.php b/index.php index 7ff7e1a..704cb96 100644 --- a/index.php +++ b/index.php @@ -33,6 +33,8 @@ require('functions/interval_range_utils.php'); require('functions/format_number.php'); +require('functions/mp_latest_recommended.php'); + if (strpos($url, '?') !== false) { $url = substr($url, 0, strpos($url, "?")); } @@ -800,8 +802,7 @@ function uri($uri) {