Update Portal UI elements and Mail Functions

This commit is contained in:
johnnyq
2024-01-20 23:11:35 -05:00
parent 3b71e6132e
commit 623ed33a27
9 changed files with 191 additions and 316 deletions

View File

@@ -12,7 +12,7 @@ require_once 'inc_portal.php';
<h2>Profile</h2>
<p>Name: <?php echo $session_contact_name ?></p>
<p>Name: <?php echo stripslashes(nullable_htmlentities($session_contact_name)); ?></p>
<p>Email: <?php echo $session_contact_email ?></p>
<p>PIN: <?php echo $session_contact_pin ?></p>
<p>Client: <?php echo $session_client_name ?></p>