Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
Alen Kocaj committed Aug 30, 2017
1 parent aaf877a commit 13a2701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

// Find results.
$results = $api->findResults($domain["id"]);
echo "Number of results for nimbusec.com: ". count($results) . "\n";
echo "Number of results for nimbusec.com: " . count($results) . "\n";

// Find infected domains with a webshell
$infected = $api->findInfected("event=\"webshell\"");
Expand Down

0 comments on commit 13a2701

Please sign in to comment.