initial commit

This commit is contained in:
2026-06-29 22:18:04 +02:00
commit 6d7086b1ee
8 changed files with 97 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
//if (!is_file("/etc/environment")) {
// exec("printenv > /etc/environment");
//}
echo date("Y-m-d H:i:s") . " " . PHP_EOL . $_ENV['USER'] . PHP_EOL . $_ENV['PASS'] . PHP_EOL;