diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/safemode/protected.php')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/safemode/protected.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/safemode/protected.php b/debian/perl-framework/t/htdocs/php/safemode/protected.php new file mode 100644 index 0000000..3f8b64a --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/safemode/protected.php @@ -0,0 +1,2 @@ +<?php putenv("FOO_FEE=HelloWorld"); +echo getenv("FOO_FEE"); ?> |