Add Docker configuration and fix paths
This commit is contained in:
@@ -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 ?? '';
|
||||
|
||||
Reference in New Issue
Block a user