mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 11:09:18 +02:00
fix: require SmtpRelay.php before StudentEmail.php in partage/index.php
This commit is contained in:
@@ -430,6 +430,7 @@ function handleShareLinkSubmission(string $slug): void
|
||||
}
|
||||
|
||||
require_once APP_ROOT . '/src/Controllers/ThesisCreateController.php';
|
||||
require_once APP_ROOT . '/src/SmtpRelay.php';
|
||||
require_once APP_ROOT . '/src/StudentEmail.php';
|
||||
require_once APP_ROOT . '/src/AppLogger.php';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user