andre 4 years ago
parent
commit
d2421f27cf
1 changed files with 2 additions and 0 deletions
  1. 2 0
      list.php

+ 2 - 0
list.php

@@ -5,6 +5,8 @@ require_once 'action.php';
 require_once 'db.php';
 require_once 'db.php';
 require_once 'token.php';
 require_once 'token.php';
 
 
+$token = substr(trim($_GET['token']),0,25);
+
 if (!(new token)->isUser($token)) {
 if (!(new token)->isUser($token)) {
     echo "user access denied";
     echo "user access denied";
     exit;
     exit;