We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfbbd8 commit d64508aCopy full SHA for d64508a
1 file changed
interface/web/sites/lib/module.conf.php
@@ -194,6 +194,11 @@
194
'link' => 'sites/web_sites_stats.php',
195
'html_id' => 'websites_stats');
196
197
+$items[] = array( 'title' => 'FTP traffic',
198
+ 'target' => 'content',
199
+ 'link' => 'sites/ftp_sites_stats.php',
200
+ 'html_id' => 'ftpsites_stats');
201
+
202
$items[] = array( 'title' => 'Website quota (Harddisk)',
203
'target' => 'content',
204
'link' => 'sites/user_quota_stats.php',
0 commit comments