From b805a9bd7f1356e66fed15ced2c591cf4e9071fc Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2008 09:34:39 +0000 Subject: Refs #210 & #211 git-svn-id: https://code.elgg.org/elgg/trunk@1818 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/login.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'actions/login.php') diff --git a/actions/login.php b/actions/login.php index 95c90ce7e..774b6dfaa 100644 --- a/actions/login.php +++ b/actions/login.php @@ -10,7 +10,10 @@ * @copyright Curverider Ltd 2008 * @link http://elgg.org/ */ - + + // Safety first + action_gatekeeper(); + // Get username and password $username = get_input('username'); -- cgit v1.2.3