Test Commit
This commit is contained in:
parent
2668a73e60
commit
fd168e270d
|
@ -3,10 +3,12 @@
|
||||||
<h1>Zefix Search</h1>
|
<h1>Zefix Search</h1>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
Diese Webseite wird gerade neu entwickelt und steht demnächst zur Verfügung.
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
include 'env_vars.php';
|
include 'env_vars.php';
|
||||||
echo "My API Key is:" . $_ENV["APIKEY"];
|
//echo "My API Key is:" . $_ENV["APIKEY"];
|
||||||
echo "Getenv:" . getenv('APIKEY');
|
//echo "Getenv:" . getenv('APIKEY');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue