fix(wevia-meeting.php): redirect 302 to wevia-meeting-rooms.html (was returning File not found)
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled

This commit is contained in:
Opus
2026-04-23 23:57:58 +02:00
parent 7edb9e5413
commit aa90962875

4
wevia-meeting.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
// WEVIA meeting shortcut redirect (doctrine 146 - was "File not found")
header('Location: /wevia-meeting-rooms.html', true, 302);
exit;