Add root login compatibility wrappers
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user