Zefix_search/index.php

10 lines
90 B
PHP

<html>
<h1>Zefix Search</h1>
</html>
<?php
echo "My API Key is:" . $_ENV["APIKEY"];
?>