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
ISPConfig
ISPConfig 3
Commits
d64508a6
Commit
d64508a6
authored
Feb 11, 2016
by
Cédric
Browse files
missing menu for ftp stats
parent
ddfbbd8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/lib/module.conf.php
View file @
d64508a6
...
...
@@ -194,6 +194,11 @@ $items[] = array( 'title' => 'Web traffic',
'link'
=>
'sites/web_sites_stats.php'
,
'html_id'
=>
'websites_stats'
);
$items
[]
=
array
(
'title'
=>
'FTP traffic'
,
'target'
=>
'content'
,
'link'
=>
'sites/ftp_sites_stats.php'
,
'html_id'
=>
'ftpsites_stats'
);
$items
[]
=
array
(
'title'
=>
'Website quota (Harddisk)'
,
'target'
=>
'content'
,
'link'
=>
'sites/user_quota_stats.php'
,
...
...
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