Add Docker configuration and fix paths

This commit is contained in:
nickpons666
2026-01-19 17:10:54 -06:00
parent 85894619d8
commit 6a1c86d88a
12 changed files with 152 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<?php
require_once '/var/www/html/contenedor/src/Auth.php';
require_once __DIR__ . '/../../src/Auth.php';
$auth = new Auth();
$user = $auth->getCurrentUser();
$currentPage = $currentPage ?? '';