mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-21 22:53:41 +01:00
8 lines
109 B
PHP
8 lines
109 B
PHP
<h1>Geheimer Bereich</h1>
|
|
|
|
<?php
|
|
|
|
var_dump($_SERVER['PHP_AUTH_USER']);
|
|
var_dump($_SERVER['PHP_AUTH_PW']);
|
|
|
|
?>
|