WIP on add/edit feed page (#4)
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
<?php
|
||||
/**
|
||||
* Home Page
|
||||
*
|
||||
* Displays a list of unread feed items for the current user
|
||||
*/
|
||||
|
||||
include '../start.php';
|
||||
|
||||
Security::verifyUser();
|
||||
|
||||
page_head('Welcome');
|
||||
?>
|
||||
<p>User ID <?=$_REQUEST['FRC_USER_ID']?> - e-mail <?=$_REQUEST['FRC_USER_EMAIL']?></p>
|
||||
|
||||
<?php
|
||||
page_foot();
|
||||
|
||||
Reference in New Issue
Block a user