seria/public/_footer.php
2022-07-03 23:44:11 +00:00

19 lines
1.1 KiB
PHP

<?php
if($_SERVER['SCRIPT_FILENAME'] === __FILE__)
die('no');
?>
</div>
<footer class="footer">
<div class="copyright">
<span>Powered by <a href="//flashii.org/~flashii/seria">Seria</a> &copy; <a href="//flash.moe">Flashwave</a> 2021-<?=date('Y');?></span>
<span>/ <a href="//flashii.org/~flashii/seria/tree/00000000">00000000</a> # <a href="//flashii.org/~flashii/seria/commit/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx">xxxxxxx</a></span>
<?php if($sUserInfo->isFlash()): ?>
<span>/ SQL Queries: <?=number_format((int)$pdo->query('SHOW SESSION STATUS LIKE "Questions"')->fetchColumn(1));?></span>
<?php endif; ?>
</div>
<div class="disclaimer">None of the files shown here are actually hosted on this server. The administrator of this site (<?=$_SERVER['HTTP_HOST'];?>) holds NO RESPONSIBILITY if these files are misused in any way and cannot be held responsible for what its users post, or any other actions of it.</div>
</footer>
</div>
</body>
</html>