Let's make (git) history!

Tá an tiomantas seo le fáil i:
2018-11-03 17:12:20 +01:00
tiomantas 076106ecb9
D'athraigh 212 comhad le 11541 breiseanna agus 0 scriosta

Féach ar an gComhad

@@ -0,0 +1,18 @@
<footer>
<ul id="footer">
<li><span style="padding-left: 10px"><a href="{wikiqs:config:linklogin}">{wikiqs:var:loginstatus}</a></span></li>
<li style="font-size: 10pt">Powered by wikiQS</li>
</ul>
</footer>
<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>