STB/foto/views/layout/footer.php

12 lines
464 B
PHP
Raw Permalink Normal View History

2025-01-15 20:05:21 +01:00
<div class="footer" style="background-color: #333; color:grey">
<hr>
<p style="text-align:center;">counter: <?php echo intval(file_get_contents("counter.txt"))+123;?>
&nbsp;|&nbsp;
<?php if (isset($_SESSION['login'])){echo "angemeldet ist: ".$_SESSION['login'];}?>&nbsp;|&nbsp;
<?php if (isset($_SESSION['seite'])){echo "Private Seite: ".$_SESSION['seite'];}?></p>
</br>
</div>
</body>
</html>