move composer

This commit is contained in:
docker 2024-09-20 00:26:32 +02:00
parent f4dbaa225c
commit 1b0c978eba

View File

@ -9,7 +9,7 @@ ini_set('display_startup_errors', FALSE);
include 'fonction.php'; include 'fonction.php';
require '/var/www/html/projects/vendor/autoload.php'; require 'vendor/autoload.php';
$root = $_SERVER["DOCUMENT_ROOT"]; $root = $_SERVER["DOCUMENT_ROOT"];
@ -77,4 +77,4 @@ function getThumbnail(string $file, int $size)
} }
?> ?>