Test Commit
This commit is contained in:
@@ -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');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user