DEBSOURCES
Skip Quicknav
sources / apache2 / 2.4.66-2 / debian / perl-framework / t / htdocs / apache / acceptpathinfo / off / test.sh
12345678
#!/bin/sh echo Content-type: text/plain echo if [ -z "$PATH_INFO" ]; then echo "_(none)_" else echo _${PATH_INFO}_ fi