remove visible password

This commit is contained in:
schrom01 2023-08-17 19:17:13 +02:00
parent d72e4ae70e
commit e8e39c6be4
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
include 'env_vars.php';
echo "My Username is:" . getenv("username");
echo "My API Key is:" . getenv("password");
//echo "My Username is:" . getenv("username");
//echo "My API Key is:" . getenv("password");
?>