diff --git a/php/feed.php b/php/feed.php index 3dc71be..8e5fbc6 100644 --- a/php/feed.php +++ b/php/feed.php @@ -2,6 +2,7 @@ $title = 'Home'; $selected = 'feed'; require_once('inc/header.php'); +requireAuth(); if(empty($_GET['offset'])) { $_GET['offset'] = '0'; } @@ -131,4 +132,4 @@ \ No newline at end of file +?>