From 28288df550be07e4ea55796ef2988bed16004add Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 24 Oct 2011 06:11:11 -0400 Subject: [PATCH] Fixed: FS#1817 - stats --- server/conf/awstats_index.php.master | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/conf/awstats_index.php.master b/server/conf/awstats_index.php.master index 00175e7..ddcc5a1 100644 --- a/server/conf/awstats_index.php.master +++ b/server/conf/awstats_index.php.master @@ -8,7 +8,7 @@ <?php $aw['aw_jump_text'] = 'Jump to previous stats: '; -$aw['aw_renamed_index'] = 'fixedindex.html'; +$aw['aw_renamed_index'] = 'awsindex.html'; if ($handle = opendir('.')) { -- Gitblit v1.9.1