|
|
Why am I here?You are here because you clicked on one of the external links in your web-cp control panel. These links default to this page so that you can learn how to set them up. If you are not the server administrator then please contact the administrator and ask him to set up the external links. How do I set up my external links?Edit the language files in webcp/web/lang such as english.phps. You can set up as many external links as you want. For each external link you set up, you will need to increment the number stored in the middle brackets (in the case shown below, the 0). Edit these links in each language file if your users will be using languages other than english. For example, to link to a billing program installed in the webcp/web/billing directory you might put: $T['external'][0]['name'] = 'Billing'; $T['external'][0]['url'] = '/billing/'; For webmail available on the end-user's website in the directory "webmail", you might put: $T['external'][1]['name'] = 'Webmail'; $T['external'][1]['url'] = 'http://'.$cfg['sysname'].'/webmail/'; |