1
0
Fork 0
mirror of https://gitlab.com/niansa/simpsh-httpd.git synced 2025-03-06 20:53:36 +01:00

Add files via upload

This commit is contained in:
niansa 2017-03-09 10:03:12 +01:00 committed by GitHub
parent 8c4579a74e
commit ee33046f7a
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#! /bin/bash
# Wo ist der zu nutzende Speicherplatz?
export FILES="/var/www/html"
export WEBROOT="/var/www/html"
# Wie soll der titel der Seite sein, die aufgerufene URL ist in $URL enthalten
export HTMLTITLE="Datei: $URL"

View file

@ -1,3 +1,4 @@
#! /bin/bash
export HTMLFILEID="$RANDOM"
export FILES="$WEBROOT"