From: Paul Hänsch Date: Thu, 7 Oct 2021 14:22:51 +0000 (+0200) Subject: invite function X-Git-Url: http://git.plutz.net/?a=commitdiff_plain;h=19ea2c67f656fc6219b822b850ef68e3b430b8fa;p=rawnet invite function --- diff --git a/index.cgi b/index.cgi index 02ab9dc..c5b1652 100755 --- a/index.cgi +++ b/index.cgi @@ -107,6 +107,11 @@ case ${PATH_INFO} in $(w_user_recover) EOF ;; + /invite/) + yield_page 'RAW:NET Invite User' invite <<-EOF + $(w_user_invite) + EOF + ;; /video/*/*.mp4|/video/*/*_thumb.jpg) . "${_EXEC}/cgilite/file.sh" FILE "${_DATA}/${PATH_INFO#/video/}"