17 regels
440 B
Plaintext
17 regels
440 B
Plaintext
|
<hr>
|
||
|
<div style="margin-top: 5px; font-size: 6pt;padding-bottom: 2px; padding-top: 2px; text-align: center">
|
||
|
{wikiqs:var:loginstatus} - Powered by wikiQS, built on {wikiqs:var:buildinfo}
|
||
|
</div>
|
||
|
<script>
|
||
|
function refreshSession()
|
||
|
{
|
||
|
var req = new XMLHttpRequest();
|
||
|
req.open("GET", "{wikiqs:config:refreshsessionurl}");
|
||
|
req.send();
|
||
|
setTimeout(refreshSession, 60*2*1000);
|
||
|
}
|
||
|
setTimeout(refreshSession, 60*2*1000);
|
||
|
</script>
|
||
|
|
||
|
</body></html>
|