fix
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
<?php
|
||||
session_start();
|
||||
|
||||
echo strlen($_SESSION['token']), PHP_EOL;
|
||||
echo bin2hex($_SESSION['token']), PHP_EOL;
|
||||
|
||||
|
||||
|
||||
print_r($_GET);
|
||||
Reference in New Issue
Block a user