You are here

function mailhandler_admin in Mailhandler 5

Menu callback; presents an overview of all URL aliases.

1 string reference to 'mailhandler_admin'
mailhandler_menu in ./mailhandler.module
Implementation of hook_menu().

File

./mailhandler.module, line 678

Code

function mailhandler_admin() {
  return mailhandler_display();
}