Re: HTML Email notifications for Mantis 2.x
Posted: 04 Sep 2024, 13:01
That would be ideal 
Code: Select all
[user@linuxbox]# cd /var/www/html/mantis/
[user@linuxbox]# cp -a mantisbt-2.27.0/core/template_api.php mantisbt-2.27.3/core/
[user@linuxbox]# cp -a mantisbt-2.27.0/core/templates/ mantisbt-2.27.3/core/Code: Select all
[user@linuxbox]# cd /var/www/html/mantis/mantisbt-2.27.3/core/
[user@linuxbox]# mv email_api.php email_api.php.2.27.3
[user@linuxbox]# cp -a /var/www/html/mantis/mantisbt-2.27.0/core/email_api.php .
You lost all changes of this file between 2.27.0 and 2.27.3then copy over the modified email_api.php from the old install to new