Skip to content

Commit f051c0b

Browse files
committed
Fixed: FS#908 - Webalizer configuration in ispconfig install not work correctly
1 parent c4cf4dd commit f051c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/lib/installer_base.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,8 +828,8 @@ public function configure_apache()
828828

829829
if(is_file('/etc/webalizer/webalizer.conf')) {
830830
// Change webalizer mode to incremental
831-
replaceLine('/etc/webalizer/webalizer.conf','#Incremental','Incremental yes',0,0);
832831
replaceLine('/etc/webalizer/webalizer.conf','#IncrementalName','IncrementalName webalizer.current',0,0);
832+
replaceLine('/etc/webalizer/webalizer.conf','#Incremental','Incremental yes',0,0);
833833
replaceLine('/etc/webalizer/webalizer.conf','#HistoryName','HistoryName webalizer.hist',0,0);
834834
}
835835

0 commit comments

Comments
 (0)