Skip to content
Snippets Groups Projects
Commit d1a231b0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Webmail logo

parent 2b3a00ba
No related branches found
No related tags found
No related merge requests found
......@@ -1471,7 +1471,9 @@ function install_web_admin_webmail {
echo '';
echo "\$config_location_base = '';";
echo '';
echo "\@include SM_PATH . 'mail/config/config_local.php';"; } > "/var/www/${local_hostname}/htdocs/mail/config/config.php"
echo "@include SM_PATH . 'mail/config/config_local.php';"; } > "/var/www/${local_hostname}/htdocs/mail/config/config.php"
cp "/root/${PROJECT_NAME}/webadmin/images/logo_webmail.png" "/var/www/${local_hostname}/htdocs/mail/images/sm_logo.png"
}
function install_web_admin {
......
webadmin/images/logo_webmail.png

22.2 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment