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
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
This commit is contained in:
4
wevia-meeting.php
Normal file
4
wevia-meeting.php
Normal 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;
|
||||
Reference in New Issue
Block a user