Files
alphacar-dashboard/config.php

8 lines
82 B
PHP

<?php
include "db.php"
$env = parse_ini_file(".env");
print($env["SITENAME"])
;