Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Auto Re-Direct a Specifc Page
I have a discussion that incorporates a live webcam which refreshes every two seconds or so.
The risk is that people will leave it unattended for hours and end up using up their monthly download limit.
Is there a way I can have this discussion only, to auto re-direct to somewhere else after say, 5 minutes?
The risk is that people will leave it unattended for hours and end up using up their monthly download limit.
Is there a way I can have this discussion only, to auto re-direct to somewhere else after say, 5 minutes?
0
This discussion has been closed.
Comments
If not, then you can use a meta redirect tag in a $Head->AddString to pass the browser somewhere else after 300 seconds--
<meta http-equiv="refresh" content="300;url=http://bored.com">