Skip to content

Commit b54d416

Browse files
author
Till Brehm
committed
FS#3634 - Add option to disable statistics for a website
1 parent 65a0b9c commit b54d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/web_domain.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
'datatype' => 'VARCHAR',
497497
'formtype' => 'SELECT',
498498
'default' => 'webalizer',
499-
'value' => array('webalizer' => 'Webalizer', 'awstats' => 'AWStats')
499+
'value' => array('webalizer' => 'Webalizer', 'awstats' => 'AWStats', '' => 'None')
500500
),
501501
//#################################
502502
// ENDE Datatable fields

0 commit comments

Comments
 (0)