Zefix_search/api/index.php

7 lines
127 B
PHP
Raw Normal View History

2023-08-17 19:08:24 +02:00
<?php
include 'env_vars.php';
2023-08-17 19:17:13 +02:00
//echo "My Username is:" . getenv("username");
//echo "My API Key is:" . getenv("password");
2023-08-17 19:08:24 +02:00
?>