Initiale Version

This commit is contained in:
Jan Unger
2016-08-16 21:20:53 +02:00
commit 88cf71d772
10930 changed files with 1708903 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
AuthType Basic
AuthName "Meine Webanwendung"
AuthUserFile /Applications/MAMP/htdocs/privat/.htpasswd
Require valid-user

View File

@@ -0,0 +1 @@
max.muster:Z2NA6Go.o7lA6

View File

@@ -0,0 +1,8 @@
<h1>Geheimer Bereich</h1>
<?php
var_dump($_SERVER['PHP_AUTH_USER']);
var_dump($_SERVER['PHP_AUTH_PW']);
?>