1
0
Fork 0
Manager/templates/online-display.php

10 lines
266 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<title>Benutzer online</title>
<meta http-equiv="refresh" content="15">
</head>
<body style="background-image: url('./img/fabric-pattern.png')">
<?= $v['online-users'] ?>
</body>
</html>