Merge branch 'develop' of https://github.com/getgrav/grav-plugin-admin into develop

This commit is contained in:
Andy Miller
2015-09-14 09:39:50 -06:00
7 changed files with 491 additions and 2 deletions

View File

@@ -193,6 +193,16 @@ class AdminController
return true;
}
/**
* Handle logout.
*
* @return bool True if the action was performed.
*/
protected function taskKeepAlive()
{
exit();
}
/**
* Handle the email password recovery procedure.
*