Commit dbbf2ea0 authored by tbrehm's avatar tbrehm
Browse files

Renamed website menu entries.

parent d58e21ed
......@@ -2,12 +2,13 @@
$wb['Database'] = 'Database';
$wb['Options'] = 'Options';
$wb['Shell User'] = 'Shell User';
$wb['Domain'] = 'Website';
$wb['Domain'] = 'Domain';
$wb['Website'] = 'Website';
$wb['Redirect'] = 'Redirect';
$wb['SSL'] = 'SSL';
$wb['Subdomain'] = 'Subdomain';
$wb['Subdomain'] = 'Subdomain for website';
$wb['Sites'] = 'Sites';
$wb['Aliasdomain'] = 'Aliasdomain';
$wb['Aliasdomain'] = 'Aliasdomain for website';
$wb['FTP-User'] = 'FTP-User';
$wb['FTP'] = 'FTP';
$wb['Shell-User'] = 'Shell-User';
......
......@@ -10,7 +10,7 @@ $module["tab_width"] = '';
Websites menu
*/
$items[] = array( 'title' => "Domain",
$items[] = array( 'title' => "Website",
'target' => 'content',
'link' => 'sites/web_domain_list.php');
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment