From f593f18131d6a0cbf30b558b208e86b9fc957f13 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Mon, 27 Oct 2008 09:24:34 +0000 Subject: Commit, still no internet paying for it.. curse you free.fr --- stats.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'stats.php') 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 -- cgit