From a04ecbde778decfdea7200806a6b1144861ae05f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 19 Apr 2014 22:12:12 -0400 Subject: Add RememberMe feature and authentications history --- models/base.php | 1 + 1 file changed, 1 insertion(+) (limited to 'models/base.php') diff --git a/models/base.php b/models/base.php index 9b5dc67f..70a24321 100644 --- a/models/base.php +++ b/models/base.php @@ -54,6 +54,7 @@ abstract class Base /** * Generate a random token with different methods: openssl or /dev/urandom or fallback to uniqid() * + * @static * @access public * @return string Random token */ -- cgit v1.2.3