dotenv implementation

This commit is contained in:
twotalesanimation
2025-05-23 11:50:53 +02:00
parent ac357402ca
commit a103c5e272
24 changed files with 1102 additions and 23 deletions

5
envtest.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
ob_start();
require_once("env.php");
echo $_ENV["TEST"];