Sentora upgrade phpmyadmin roundcube
From MS Computech
PHPMYADMIN Upgrade Sentora
1 - Download: http://www.phpmyadmin.net/home_page/downloads.php
2 - Replace the files: /etc/sentora/panel/etc/apps/phpmyadmin
3 - Keep the file intact: config.inc.php
Simple
Now acess: http://yourhost.com/etc/apps/phpmyadmin
=======
Upgrade Roundcube Sentora
yum install -y wget cd /etc/sentora/panel/etc/apps mv webmail webmail_old wget http://sourceforge.net/projects/roundcub...1.1.tar.gz tar -zxvf roundcubemail-*.tar.gz mv roundcubemail-1.1.1 webmail chmod 777 -R webmail/ chown root:root -R webmail/ cp webmail_old/config/*.php webmail/config/ ln -s /etc/sentora/configs/roundcube/config.inc.php /etc/sentora/panel/etc/apps/webmail/plugins/managesieve/config.inc.php rm -Rf webmail/installer/ rm -Rf webmail_old rm roundcubemail-*.tar.gz