]> git.plutz.net Git - cgilite/blobdiff - file.sh
bugfix: allow positive return of LOCK()
[cgilite] / file.sh
diff --git a/file.sh b/file.sh
index 9f734c1d2dc2e1f33619d5cbe820c5c011221cc9..06f28d02f5640abfbfd560641348e8c8e8cd6e22 100755 (executable)
--- a/file.sh
+++ b/file.sh
@@ -17,6 +17,9 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with cgilite.  If not, see <http://www.gnu.org/licenses/>. 
 
+[ -n "$include_fileserve" ] && return 0
+include_fileserve="$0"
+
 file_type(){
   case ${1##*.} in
     html|html) printf 'text/html';;