Skip to content

Commit

Permalink
added FANTOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
loon3 committed Oct 27, 2015
1 parent 30474db commit 561e63b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
if (count($namelinedata) == 3 || $namelinedata[0] == "---") {

//check if token indicated in username is valid
if($namelinedata[1] == "ALL" || $namelinedata[1] == "FLDC" || $namelinedata[1] == "OCTO" || $namelinedata[1] == "MAGICFLDC" || $namelinedata[1] == "SCOTCOIN"){
if($namelinedata[1] == "ALL" || $namelinedata[1] == "FLDC" || $namelinedata[1] == "OCTO" || $namelinedata[1] == "MAGICFLDC" || $namelinedata[1] == "SCOTCOIN" || $namelinedata[1] == "FANTOKEN"){

$fldcname = $namelinedata[0];
$token = $namelinedata[1];
Expand Down

0 comments on commit 561e63b

Please sign in to comment.