tbrehm
2013-01-17 43b345cabb3e8743a91c39e8d6367c1aa594ebd2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
$wb['Websites'] = 'Websites';
$wb['Website'] = 'Website';
$wb['Subdomain'] = 'Subdomain for website';
$wb['Aliasdomain'] = 'Aliasdomain for website';
$wb['Database'] = 'Databases';
$wb['Database User'] = 'Database Users';
$wb['Web Access'] = 'Web Access';
$wb['FTP-User'] = 'FTP-Accounts';
$wb['Webdav-User'] = 'WebDAV-Users';
$wb['Folder'] = 'Protected Folders';
$wb['Folder users'] = 'Protected Folder Users';
$wb['Command Line'] = 'Command Line';
$wb['Shell-User'] = 'Shell-User';
$wb["Cron Jobs"] = 'Cron Jobs';
$wb["Statistics"] = 'Statistics';
$wb["Web traffic"] = 'Web Traffic';
$wb["Website quota (Harddisk)"] = 'Website quota (Harddisk)';
$wb["Cron"] = 'Cron';
$wb["Stats"] = 'Statistics';
$wb['Shell'] = 'Shell';
$wb['Webdav'] = 'WebDAV';
$wb['FTP'] = 'FTP';
$wb['Options'] = 'Options';
$wb['Domain'] = 'Domain';
$wb['Redirect'] = 'Redirect';
$wb['SSL'] = 'SSL';
$wb['Sites'] = 'Sites';
$wb['APS Installer'] = 'APS Installer';
$wb['Available packages'] = 'Available packages';
$wb['Installed packages'] = 'Installed packages';
$wb['Update Packagelist'] = 'Update Packagelist';
$wb['Subdomain (Vhost)'] = 'Subdomain (Vhost)';
$wb['error_proxy_requires_url'] = 'Redirect Type "proxy" requires a URL as the redirect path.';
?>