summaryrefslogtreecommitdiffstats
path: root/stats.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2008-10-27 09:24:34 +0000
commitf593f18131d6a0cbf30b558b208e86b9fc957f13 (patch)
treeaf665d7fb2f7ec17b1948c8d1146dd9a6deaba29 /stats.php
parent14019e88c5370df8251b8d9836ea5867b670af1c (diff)
downloadampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.gz
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.tar.bz2
ampache-f593f18131d6a0cbf30b558b208e86b9fc957f13.zip
Commit, still no internet paying for it.. curse you free.fr
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