Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
I
ISPConfig 3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ISPConfig
ISPConfig 3
Merge requests
!1625
Check for different pure-ftpd log file locations (fixes FTP stats for EPEL/RHEL)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Check for different pure-ftpd log file locations (fixes FTP stats for EPEL/RHEL)
ms217/ispconfig3:rhel-pureftpd-logfile
into
develop
Overview
0
Commits
1
Pipelines
2
Changes
2
Merged
Michael
requested to merge
ms217/ispconfig3:rhel-pureftpd-logfile
into
develop
2 years ago
Overview
0
Commits
1
Pipelines
2
Changes
2
Expand
Fixes
#6378 (closed)
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
242b70ca
1 commit,
2 years ago
2 files
+
16
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
interface/web/sites/templates/ftp_sites_stats_list.htm
+
4
−
4
Options
@@ -30,10 +30,10 @@
<tmpl_loop
name=
"records"
>
<tr>
<td><a
target=
"_blank"
href=
"http://{tmpl_var name="
domain
"}/
stats
"
>
{tmpl_var name="domain"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_
<tmpl_if name='type' op='==' value='
vhost
sub
domain
'>vhost_sub</tmpl_if><
tmpl_
if
name='
type' op='==' value='vhostalias'>vhost_alias</tmpl_if>domain_edit.php?id={tmpl_var name='id
'}"
>
{tmpl_var name="this_month_in"}/{tmpl_var name="this_month_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_
<tmpl_if name='type' op='==' value='
vhost
sub
domain
'>vhost_sub</tmpl_if><
tmpl_
if
name='
type' op='==' value='vhostalias'>vhost_alias</tmpl_if>domain_edit.php?id={tmpl_var name='id
'}"
>
{tmpl_var name="last_month_in"}/{tmpl_var name="last_month_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_
<tmpl_if name='type' op='==' value='
vhost
sub
domain
'>vhost_sub</tmpl_if><
tmpl_
if
name='
type' op='==' value='vhostalias'>vhost_alias</tmpl_if>domain_edit.php?id={tmpl_var name='id
'}"
>
{tmpl_var name="this_year_in"}/{tmpl_var name="this_year_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_
<tmpl_if name='type' op='==' value='
vhost
sub
domain
'>vhost_sub</tmpl_if><
tmpl_
if
name='
type' op='==' value='vhostalias'>vhost_alias</tmpl_if>domain_edit.php?id={tmpl_var name='id
'}"
>
{tmpl_var name="last_year_in"}/{tmpl_var name="last_year_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_vhost
_
domain
_edit.php?id={
tmpl_
var
name='
id'}&type={tmpl_var name='vhostdomain_type
'}"
>
{tmpl_var name="this_month_in"}/{tmpl_var name="this_month_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_vhost
_
domain
_edit.php?id={
tmpl_
var
name='
id'}&type={tmpl_var name='vhostdomain_type
'}"
>
{tmpl_var name="last_month_in"}/{tmpl_var name="last_month_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_vhost
_
domain
_edit.php?id={
tmpl_
var
name='
id'}&type={tmpl_var name='vhostdomain_type
'}"
>
{tmpl_var name="this_year_in"}/{tmpl_var name="this_year_out"}
</a></td>
<td><a
href=
"#"
data-load-content=
"sites/web_vhost
_
domain
_edit.php?id={
tmpl_
var
name='
id'}&type={tmpl_var name='vhostdomain_type
'}"
>
{tmpl_var name="last_year_in"}/{tmpl_var name="last_year_out"}
</a></td>
<td
class=
"text-right"
></td>
</tr>
</tmpl_loop>
Loading