[phpwebapp-commits] CVS: top10/templates/confirm confirm.php,1.1.1.1,1.2
Brought to you by:
dashohoxha
From: Dashamir H. <das...@us...> - 2003-09-26 15:32:26
|
Update of /cvsroot/phpwebapp/top10/templates/confirm In directory sc8-pr-cvs1:/tmp/cvs-serv4736/templates/confirm Modified Files: confirm.php Log Message: Index: confirm.php =================================================================== RCS file: /cvsroot/phpwebapp/top10/templates/confirm/confirm.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** confirm.php 23 Sep 2003 14:04:14 -0000 1.1.1.1 --- confirm.php 26 Sep 2003 15:32:21 -0000 1.2 *************** *** 51,55 **** $error_msg "; ! mail(ADMIN, "Top10: Error", $message_body); } --- 51,55 ---- $error_msg "; ! mail(ADMIN_EMAIL, "Top10: Error", $message_body); } *************** *** 88,92 **** $msg = "This request has been already completed.\n" . "If you think that there is something wrong,\n" ! . "please e-mail the admin at: '".ADMIN."'."; WebApp::message($msg); break; --- 88,92 ---- $msg = "This request has been already completed.\n" . "If you think that there is something wrong,\n" ! . "please e-mail the admin at: '".ADMIN_EMAIL."'."; WebApp::message($msg); break; |