add auto load .env

This commit is contained in:
2026-09-10 13:53:20 +02:00
parent d6cb4078bc
commit 9016fb7baf
13 changed files with 532 additions and 28 deletions
-2
View File
@@ -1,6 +1,4 @@
<?php
include_once './connection.php';
function hasPermission(int $userId, string $resourceName, string $actionName): bool
{