Let's make (git) history!
This commit is contained in:
16
template/default/general_footer
Normal file
16
template/default/general_footer
Normal file
@ -0,0 +1,16 @@
|
||||
<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>
|
مرجع در شماره جدید
Block a user