Add root login compatibility wrappers

This commit is contained in:
2026-06-15 11:30:26 +02:00
parent da29732cba
commit a42e8d2907
5 changed files with 154 additions and 0 deletions
@@ -0,0 +1,16 @@
# Temporary Migration Artifacts
Stand: 2026-06-15
Diese Artefakte sind eine minimale Kompatibilitaetsschicht, damit die Applikation auch dann unter dem aktuellen Webroot laeuft, wenn der Server noch nicht sauber auf `public/` zeigt.
## Aktuell vorhanden
- Root-`index.php` als Delegation auf `public/index.php`
- Root-`logout.php` als Delegation auf `public/logout.php`
- Root-`assets/styles.css` als Import auf `public/assets/styles.css`
- Root-`assets/help-icon-overlays.js` als Kopie des vorhandenen Helferskripts
## Rueckbau
Sobald der Webroot sauber auf `public/` zeigt, koennen diese Wrapper wieder entfernt werden.