Skip to content

Commit add2800

Browse files
author
Till Brehm
committed
Fixed default list setting of sites module.
1 parent 36420c6 commit add2800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/lib/module.conf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
$module["name"] = "sites";
66
$module["title"] = "top_menu_sites";
77
$module["template"] = "module.tpl.htm";
8-
$module["startpage"] = "sites/web_domain_list.php";
8+
$module["startpage"] = "sites/web_vhost_domain_list.php";
99
$module["tab_width"] = '';
1010

1111
// Websites menu

0 commit comments

Comments
 (0)