index
:
apache2
debian
progress-linux
upstream
debian 11 security: apache
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debian
/
perl-framework
/
t
/
htdocs
/
php
/
safemode
/
badenv.php
blob: 97bcdfa8f54939ac6d9fc6addc5b008d87cc3897 (
plain
)
1
2
<?php
putenv
(
"FISH=HelloWorld"
);
echo
getenv
(
"FISH"
);
?>