Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Massimiliano
ISPConfig 3
Commits
b54d4168
Commit
b54d4168
authored
Aug 21, 2014
by
Till Brehm
Browse files
FS#3634 - Add option to disable statistics for a website
parent
65a0b9c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/web_domain.tform.php
View file @
b54d4168
...
...
@@ -496,7 +496,7 @@ $form["tabs"]['stats'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'SELECT'
,
'default'
=>
'webalizer'
,
'value'
=>
array
(
'webalizer'
=>
'Webalizer'
,
'awstats'
=>
'AWStats'
)
'value'
=>
array
(
'webalizer'
=>
'Webalizer'
,
'awstats'
=>
'AWStats'
,
''
=>
'None'
)
),
//#################################
// ENDE Datatable fields
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment