mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Naming change, more dead code & vars removed
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class Token
|
||||
* @param String $data
|
||||
* @return int count of results in database
|
||||
*/
|
||||
public static function validate_token($token, $id, $data)
|
||||
public static function validate($token, $id, $data)
|
||||
{
|
||||
global $mysqli;
|
||||
$time = time();
|
||||
|
||||
Reference in New Issue
Block a user