7
You can edit language strings in the appropriate module/languages/english/ folder
usually in the module/languages/english/main.php file.
"Also is there a way to control how long it sets on that page?"There is a meta refresh tag on the same page, setting the refresh time.
You could change it from :
<meta http-equiv="Refresh" content="<{$time}>; url=<{$url}>" />
to
<meta http-equiv="Refresh" content="1; url=<{$url}>" />
To make it always 1 second.
It looks like the calling function can set the refresh time so bear in mind, changing refresh time here to an arbitrary value will affect all pages that use this redirect page.
みんなちがってみんないい。
XOOPS 2.0.13.2