12 lines
464 B
PHP
Executable File
12 lines
464 B
PHP
Executable File
|
|
<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;?>
|
|
|
|
|
<?php if (isset($_SESSION['login'])){echo "angemeldet ist: ".$_SESSION['login'];}?> |
|
|
<?php if (isset($_SESSION['seite'])){echo "Private Seite: ".$_SESSION['seite'];}?></p>
|
|
</br>
|
|
</div>
|
|
</body>
|
|
</html>
|