fix: require SmtpRelay.php before StudentEmail.php in partage/index.php

This commit is contained in:
Pontoporeia
2026-04-30 11:34:52 +02:00
parent cb883ab33f
commit 9ba60084bf
3 changed files with 219 additions and 103 deletions

View File

@@ -30,6 +30,8 @@
## Bug fixes (continued)
- [x] Fix fatal `Class "SmtpRelay" not found` in `StudentEmail.php` — add `require_once SmtpRelay.php` before `StudentEmail.php` in `partage/index.php`
- [x] Add missing favicon tags to all three `<head>` blocks in `partage/index.php` (error page, password gate, main form)
## Rename posterg → xamxam throughout codebase