rsstootalizer/static/templates/Callback.html

7 lines
173 B
HTML
Raw Normal View History

2017-04-21 14:56:24 +00:00
<TMPL_INCLUDE NAME='_header.html'>
<script type="text/javascript">
var l = "index.pl?mode=Dashboard";
document.location.href=l;
</script>
<TMPL_INCLUDE NAME='_footer.html'>