7 lines
281 B
PHP
7 lines
281 B
PHP
<?php
|
|
$distlisttitle="Requirements Testing Distribution List";
|
|
$agreedistlist=" wants to add you into their RTL distribution list";
|
|
$agreedistlist2="Please click on the botton below in order to accept or decline the request of your client";
|
|
$accept="Accept";
|
|
$decline="Decline";
|
|
?>
|