Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninble authored Sep 19, 2022
1 parent 7435008 commit caffe86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

//Get your API key on https://parser.name/
$apiKey = "1bf857dfdabefb9a33cab34be438dbc2";
$apiKey = "";

//These classes hold all functionality.
require("src/NameParser/class.extract.php");
Expand Down Expand Up @@ -56,4 +56,4 @@
echo "Exception: ".$e->getMessage();
}

?>
?>

0 comments on commit caffe86

Please sign in to comment.