You are here

function notifications_page_check_confirmation in Notifications 7

Same name and namespace in other branches
  1. 6.4 notifications.pages.inc \notifications_page_check_confirmation()

Check URL is signed and it doesn't need confirmation

File

./notifications.pages.inc, line 182
User pages for Notifications

Code

function notifications_page_check_confirmation() {
  return !empty($_GET['confirm']) && notifications_page_check_signature();
}