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:
parent
8c4579a74e
commit
ee33046f7a
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
1
init.sh
1
init.sh
|
@ -1,3 +1,4 @@
|
|||
#! /bin/bash
|
||||
|
||||
export HTMLFILEID="$RANDOM"
|
||||
export FILES="$WEBROOT"
|
||||
|
|
Loading…
Add table
Reference in a new issue