mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Fix #6 - compatibility issues
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ class Token
|
||||
* @param timestamp $expire expiration time
|
||||
* @return String token
|
||||
*/
|
||||
public static function new($id, $data, $expire)
|
||||
public static function add($id, $data, $expire)
|
||||
{
|
||||
global $mysqli;
|
||||
$salt = uniqid(mt_rand(), true);
|
||||
|
||||
Reference in New Issue
Block a user