Files
Zefix_search/index.php
T
2023-08-16 17:59:32 +02:00

11 lines
154 B
PHP

<html>
<h1>Zefix Search</h1>
</html>
<?php
//putenv('APIKEY="TESTKEY"');
echo "My API Key is:" . $_ENV["APIKEY"];
echo "Getenv:" . getenv('APIKEY');
?>