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
/
eval.php
blob: 991185ed3e09ca9703f5948b2bb937de2a88f6a7 (
plain
)
1
2
3
4
5
<?php
error_reporting
(
0
);
$a
=
"echo
\"
Hello
\"
;"
;
eval
(
$a
);
?>