I'am using some custom settings on following files and realized that my customized files are overwritten with standard ones when upgrading i-MSCP (upgraded i-MSCP from 1.2.8 to 1.2.9 today).
Files customized by me:
- /etc/postfix/main.cf
......added different tweaks to prevent spam
- /var/www/imscp/gui/themes/default/reseller/navigation.php
......added variable 'visible' => '0', to sections hosting_plans and statistics to make them invisible for reseller
- /var/www/imscp/gui/themes/default/client/navigation.php
......added variable 'visible' => '0', to sections statistics and webtools to make them invisible for client
- /var/www/imscp/gui/themes/default/client/mail_add.tpl
......added a <span>@</span> infront of <select name="domain_name" id="domain_name">. Some clients added an @ into the textfield which is only for the mailadress when adding a new mailadress for example 'info@' in textfield.
I would like to know if there is any possibility to preserve this customizations. After updating i-MSCP i loose all this custom things and need to add them every time.
Thanks in advance for all your support.