diff options
Diffstat (limited to 'debian/perl-framework/t/htdocs/php/include.inc')
-rw-r--r-- | debian/perl-framework/t/htdocs/php/include.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/perl-framework/t/htdocs/php/include.inc b/debian/perl-framework/t/htdocs/php/include.inc new file mode 100644 index 0000000..d436a7b --- /dev/null +++ b/debian/perl-framework/t/htdocs/php/include.inc @@ -0,0 +1,3 @@ +<?php + echo "Hello"; +?> |