summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/stats.php b/stats.php
index 5c725ee7..cdd7b9e9 100644
--- a/stats.php
+++ b/stats.php
@@ -49,9 +49,7 @@ switch ($_REQUEST['action']) {
default:
// Global stuff first
$stats = Catalog::get_stats();
- require_once Config::get('prefix') . '/templates/show_local_catalog_info.inc.php';
- require_once Config::get('prefix') . '/templates/show_stats_popular.inc.php';
- require_once Config::get('prefix') . '/templates/show_stats_newest.inc.php';
+ require_once Config::get('prefix') . '/templates/show_stats.inc.php';
break;
} // end switch on action