From 2763246350c78afcf7b56682f30f15271c3d4b98 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Thu, 15 Dec 2011 09:11:19 -0500 Subject: [PATCH] Fixed: FS#1931 - Domain Rename Causes Vhost error --- 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