From 9e75ddabf2170fa4f49e8a5644464cb7f8758bea Mon Sep 17 00:00:00 2001 From: niansa Date: Fri, 11 Jan 2019 16:27:17 +0000 Subject: [PATCH] Update sendfile.sh --- sendfile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/sendfile.sh b/sendfile.sh index dccaa16..bb87f1c 100644 --- a/sendfile.sh +++ b/sendfile.sh @@ -1,5 +1,6 @@ #! /bin/bash +# TODO: Create a Plugin system # Check: Is it a Directory, a PHP script or something else? if [[ "$FILE" == *.php ]] && [ "$(which php)" != "" ] && [ "$ENABLE_PHP" = "true" ]; then CONTENTTYPE="text/html"