summaryrefslogtreecommitdiffstats
path: root/debian/perl-framework/t/htdocs/apache/acceptpathinfo/on/test.sh
blob: fb36212f444fc815d30813ab6705e395835247a6 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
echo Content-type: text/plain
echo
if [ -z "$PATH_INFO" ]; then
    echo "_(none)_"
else
    echo _${PATH_INFO}_
fi