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
/
eval2.php
blob: 53d16a0d41b49a011c42bf6fc4ac9a2147d2ccb7 (
plain
)
1
2
3
4
5
6
7
8
<?php
old_function
F
$a
(
eval
(
$a
);
);
error_reporting
(
0
);
F
(
"echo
\"
Hello
\"
;"
);
?>