Let's make (git) history!
Этот коммит содержится в:
16
template/default/general_footer
Обычный файл
16
template/default/general_footer
Обычный файл
@@ -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