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

Change login messages

parent a291988f
No related branches found
No related tags found
No related merge requests found
......@@ -1474,6 +1474,9 @@ function install_web_admin_webmail {
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"
sed -i 's|SquirrelMail version %s||g' "/var/www/${local_hostname}/htdocs/mail/functions/display_messages.php"
sed -i "s|By the SquirrelMail Project Team|http://$(cat /var/lib/tor/hidden_service_webadmin/hostname)/mail|g" "/var/www/${local_hostname}/htdocs/mail/functions/display_messages.php"
}
function install_web_admin {
......
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