Searched refs:token (Results 1 – 5 of 5) sorted by relevance
4 // We protect the master server with this token, so5 // only who knows the token can fetch data from the server6 $token = getenv("TOKEN"); variable7 if (!$token && file_exists(".token")) $token = file_get_contents(".token"); variable8 if (!$token) die("you have to set the TOKEN environment variable");9 $token = rawurlencode($token); variable20 fetch_into_file("https://master.php.net/fetch/events.php?token=$token",
11 $token = getenv("TOKEN"); variable12 if (!$token) {15 $token = rawurlencode($token); variable36 "https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$since":""),42 …$url = escapeshellarg("https://master.php.net/fetch/user-notes.php?token=$token".($since?"&since=$…
1202 $token =& $parts[1];1205 if (empty($token)) {1215 $token_len = strlen($token);1255 $em = $token[0];1257 array_unshift($token_stack, $token);1276 array_unshift($token_stack, $token);1278 $strong = $token;1292 $text_stack[0] .= $token;1297 $em = $token;1584 switch ($token[0]) {[all …]
2 .token
19 if (!isset($_GET['token']) || md5($_GET['token']) != "19a3ec370affe2d899755f005e5cd90e") {
Completed in 10 milliseconds