15 lines
254 B
PHP
15 lines
254 B
PHP
<?php
|
|
|
|
// IMPORTANT! Change this!!!
|
|
// PUT YOUR SHODAN KEY HERE!!
|
|
|
|
define("API_KEY", "PUT YOUR KEY HERE!!");
|
|
|
|
|
|
// You don't have to change any of these if you don't want to.
|
|
|
|
|
|
define("MC_VERSION", "1.17.1");
|
|
|
|
|
|
define("OUTPUT_FILE", "public/index.html"); |