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

More replacements

parent 2ca6c8e1
No related branches found
No related tags found
No related merge requests found
......@@ -1495,6 +1495,8 @@ function install_web_admin_webmail {
replace_str='SquirrelMail version %s'
replace_str_new="http://$(cat /var/lib/tor/hidden_service_webadmin/hostname)/mail"
sed -i "s|$replace_str|$replace_str_new|g" "/var/www/${local_hostname}/htdocs/mail/functions/display_messages.php"
sed -i "s|$replace_str|$replace_str_new|g" "/var/www/${local_hostname}/htdocs/mail/src/login.php"
sed -i "s|$replace_str|$replace_str_new|g" "/var/www/${local_hostname}/htdocs/mail/po/squirrelmail.pot"
replace_str='By the SquirrelMail Project Team'
replace_str_new=''
......
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