update paths after migration
All checks were successful
the build was successful

This commit is contained in:
Max Mehl 2018-12-06 12:50:40 +01:00
parent 5d558ba2ac
commit c7f1f6e792
Signed by: max.mehl
GPG Key ID: 2704E4AB371E2E92
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ my $form = " <!-- payment parameters -->\n" .
# -----------------------------------------------------------------------------
print "Content-type: text/html\n\n";
open TEMPLATE, "/home/www/html/global/order/tmpl-thankyou." . $lang . ".html";
open TEMPLATE, "/srv/www/html/global/order/tmpl-thankyou." . $lang . ".html";
while (<TEMPLATE>) {
s/:AMOUNT:/$amount_f/g;
s/:REFERENCE:/$reference/g;

View File

@ -149,7 +149,7 @@ my $form = " <!-- payment parameters -->\n" .
# -----------------------------------------------------------------------------
print "Content-type: text/html\n\n";
open TEMPLATE, "/home/www/html/global/order/tmpl-thankyou." . $lang . ".html";
open TEMPLATE, "/srv/www/html/global/order/tmpl-thankyou." . $lang . ".html";
while (<TEMPLATE>) {
s/:AMOUNT:/$amount_f/g;
s/:REFERENCE:/$reference/g;