diff --git a/sendfile.sh b/sendfile.sh index 16f8020..66bacbc 100644 --- a/sendfile.sh +++ b/sendfile.sh @@ -1,6 +1,6 @@ #! /bin/bash -# Überprüfe: Muss eine Dateiliste ausgegeben werden? Ist es ein PHP-script? +# Check: Is it a Directory, a PHP script or something else? if [[ "$FILE" == *.php ]]; then CONTENTTYPE="text/html" . ./httpheaders.sh