Skip to content

Commit 7259c41

Browse files
author
Till Brehm
committed
Merge branch 'fix-4267' into 'stable-3.1'
Wrong list defined in FTP stats (fixes #4267) See merge request !467
2 parents 27cb286 + 42f23c2 commit 7259c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/list/ftp_sites_stats.list.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
$liste["records_per_page"] = "15";
2727

2828
// Script File of the list
29-
$liste["file"] = "web_sites_stats.php";
29+
$liste["file"] = "ftp_sites_stats.php";
3030

3131
// Script file of the edit form
3232
$liste["edit_file"] = "web_domain_edit.php";

0 commit comments

Comments
 (0)