Use standard error page when not logged in on the queued items page
This commit is contained in:
committed by
Chris Morgan
parent
c009863461
commit
b7189e4f59
@@ -11,7 +11,7 @@ require_once(BASE."include/appData.php");
|
|||||||
$oUser = new User($_SESSION['current']->iUserId);
|
$oUser = new User($_SESSION['current']->iUserId);
|
||||||
|
|
||||||
if(!$oUser->isLoggedIn())
|
if(!$oUser->isLoggedIn())
|
||||||
util_show_error_page_and_exit("You need to log in to view your queued items.");
|
util_show_error_page_and_exit();
|
||||||
|
|
||||||
apidb_header("View Your Queued Items");
|
apidb_header("View Your Queued Items");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user