Add login

This commit is contained in:
marc-go
2026-02-16 18:56:12 +01:00
parent 6dee5a73f5
commit e2a525964d
5 changed files with 19 additions and 6 deletions

View File

@@ -1,2 +1,4 @@
<?php
echo __DIR__;
foreach ($_SERVER as $key => $value) {
echo $key . " = " . $value . "<br>";
}