mirror of
https://gitlab.com/niansa/simpsh-httpd.git
synced 2025-03-06 20:53:36 +01:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#! /bin/bash
|
|
|
|
# Überprüfe auf Versuche, das restliche Dateisystem zu lesen
|
|
if [ "$URL" = "*..*" ]; then
|
|
export URL='/'
|
|
fi
|