From 1a31885b051c3a7c5c0fda13a4a047f54e5041c5 Mon Sep 17 00:00:00 2001 From: Richard Nelson Date: Tue, 22 Jun 2010 22:52:41 -0500 Subject: LH_USERNAME expression cleanup and build output cleanup. --- cgi/cgi | 2 +- templates/cgi/debian-official/build.html | 2 +- templates/cgi/debian-unofficial/build.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cgi/cgi b/cgi/cgi index 3472a62..58eae9d 100755 --- a/cgi/cgi +++ b/cgi/cgi @@ -92,7 +92,7 @@ else LH_MEMTEST=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])memtest=[0-9a-z+]+' | cut -f 2 -d '=' | head -n1) LH_NET_ROOT_PATH=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])net_path=[-0-9a-zA-Z._/]+' | cut -f 2 -d '=' | head -n1) LH_NET_ROOT_SERVER=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])net_server=[0-9.]+' | cut -f 2 -d '=' | head -n1) - LH_USERNAME=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])username=[0-9,a-z,A-Z,.,-]+' | cut -f 2 -d '=' | head -n1) + LH_USERNAME=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])username=[-0-9a-zA-Z.]+' | cut -f 2 -d '=' | head -n1) # Advanced source options LH_SOURCE=$(echo "${QUERY_STRING}" | grep -oE '(^|[?&])source=[a-z]+' | cut -f 2 -d '=' | head -n1) diff --git a/templates/cgi/debian-official/build.html b/templates/cgi/debian-official/build.html index 4759511..4d0d124 100644 --- a/templates/cgi/debian-official/build.html +++ b/templates/cgi/debian-official/build.html @@ -55,7 +55,7 @@ --memtest: LH_MEMTEST --net-path: LH_NET_ROOT_PATH --net-server: LH_NET_ROOT_SERVER - --username: username + --username: LH_USERNAME Advanced source options diff --git a/templates/cgi/debian-unofficial/build.html b/templates/cgi/debian-unofficial/build.html index d54db04..7ff57b0 100644 --- a/templates/cgi/debian-unofficial/build.html +++ b/templates/cgi/debian-unofficial/build.html @@ -55,7 +55,7 @@ --memtest: LH_MEMTEST --net-path: LH_NET_ROOT_PATH --net-server: LH_NET_ROOT_SERVER - --username: username + --username: LH_USERNAME Advanced source options -- cgit v1.0