mirror of
https://gitlab.com/harald.mueller/aktuelle.kurse.git
synced 2024-11-24 02:31:58 +01:00
12 lines
155 B
PHP
12 lines
155 B
PHP
|
<?php
|
||
|
require_once "login.inc.php";
|
||
|
?>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Geschützter Bereich</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Geheime Infos ...</h1>
|
||
|
</body>
|
||
|
</html>
|