Enabled SSL where applicable (#396)

Enabled SSL where aplicable
This commit is contained in:
Evil Puncker
2020-05-18 04:17:47 -03:00
committed by GitHub
parent 6eb50966fb
commit 4068f42ac4
7 changed files with 9 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
<?php
echo 'Server date and clock is: '. getClock(false, true) .' Page generated in '. elapsedTime() .' seconds. Q: '.$aacQueries;
?>
<a href="http://www.css3templates.co.uk">Design: css3templates.co.uk</a>. Engine: <a href="credits.php">Znote AAC</a></p>
<a href="https://www.css3templates.co.uk">Design: css3templates.co.uk</a>. Engine: <a href="credits.php">Znote AAC</a></p>
</footer>
<?php // If you are logged in as an admin, display SQL queries below footer.
if (user_logged_in() && is_admin($user_data)) {