From dd252f09720248baa023c12764dedc759ea0b241 Mon Sep 17 00:00:00 2001 From: Theodoros Ploumis Date: Sat, 16 Nov 2024 02:23:10 +0200 Subject: [PATCH] Add autoload on index --- html/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/html/index.php b/html/index.php index 836f915..5128f70 100644 --- a/html/index.php +++ b/html/index.php @@ -9,6 +9,7 @@ exit(); } +require __DIR__ . '/vendor/autoload.php'; require_once __DIR__ . '/functions.php'; require_once __DIR__ . '/distributions.php';