From 9aa3d6db83608ce154008411098427defb4fcb31 Mon Sep 17 00:00:00 2001 From: ozhozh Date: Wed, 9 Mar 2011 22:16:22 +0000 Subject: [PATCH] Removed deprecated comment git-svn-id: http://yourls.googlecode.com/svn/trunk@592 12232710-3e20-11de-b438-597f59cd7555 --- includes/functions-auth.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/functions-auth.php b/includes/functions-auth.php index 7518101..e1dc93e 100644 --- a/includes/functions-auth.php +++ b/includes/functions-auth.php @@ -15,9 +15,6 @@ function yourls_is_valid_user() { // Check cookies or login request. Login form has precedence. global $yourls_user_passwords; - // In the future maybe I'll implement nonces like in WP. Will be something like - // ?nonce=fn(login,pwd,action) - // Determine auth method and check credentials if // API only: Secure (no login or pwd) and time limited token -- 2.45.0