2024-04-05 00:49:25 +00:00
|
|
|
<?php
|
|
|
|
include '../start.php';
|
|
|
|
|
2024-04-06 02:14:24 +00:00
|
|
|
Security::verifyUser();
|
|
|
|
|
2024-04-05 00:49:25 +00:00
|
|
|
page_head('Welcome');
|
|
|
|
?>
|
2024-04-06 02:14:24 +00:00
|
|
|
<p>User ID <?=$_REQUEST['FRC_USER_ID']?> - e-mail <?=$_REQUEST['FRC_USER_EMAIL']?></p>
|
2024-04-05 00:49:25 +00:00
|
|
|
<?php
|
|
|
|
page_foot();
|