File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 10791079# Update phpMyAdmin #
10801080# ----------------------------------------------------------#
10811081
1082- # Show Upgrade Information
1082+ # Display upgrade information
10831083echo " Upgrade phpMyAdmin to v$pma_v ..."
10841084
10851085# Download latest phpmyadmin release
@@ -1259,7 +1259,7 @@ if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
12591259 TO roundcube@localhost IDENTIFIED BY '$r '"
12601260 sed -i " s/%password%/$r /g" /etc/roundcube/db.inc.php
12611261
1262- # Fix to send all mails using smtp and add userinformations
1262+ # Send all emails through SMTP and add user information
12631263 sed -i " /\$ config\['smtp_server'\]/c\$ config\['smtp_server'\] = 'localhost';" /etc/roundcube/defaults.inc.php
12641264 sed -i " /\$ config\['smtp_user'\]/c\$ config\['smtp_user'\] = '%u';" /etc/roundcube/defaults.inc.php
12651265 sed -i " /\$ config\['smtp_pass'\]/c\$ config\['smtp_pass'\] = '%p';" /etc/roundcube/defaults.inc.php
You can’t perform that action at this time.
0 commit comments