auto refresh admincp login screen
I know this seems like a strange request but i need it figured out...
I use this to auto refresh search result pages..
<if condition="$_REQUEST[searchid]">
<meta http-equiv="refresh" content="60; url=" />
</if>
How might I apply this to the admincp log in screen? is there a template i can use something like this in or put in a php file?
|