From bdefe4d30b9f9fcd24bc425374dd7f5ee4e51138 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Fri, 5 Mar 2021 02:07:06 +0800 Subject: [PATCH] Index do not show hot and classic --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index c5e61b60..c4ebe032 100644 --- a/public/index.php +++ b/public/index.php @@ -85,7 +85,7 @@ while($Cache->next_row()){ echo $Cache->next_row(); // ------------- end: recent news ------------------// // ------------- start: hot and classic movies ------------------// -displayHotAndClassic(); +//displayHotAndClassic(); // ------------- end: hot and classic movies ------------------// // ------------- start: funbox ------------------// if ($showfunbox_main == "yes" && (!isset($CURUSER) || $CURUSER['showfb'] == "yes")){