]> git.plutz.net Git - rawnet/commitdiff
invite function
authorPaul Hänsch <paul@plutz.net>
Thu, 7 Oct 2021 14:22:51 +0000 (16:22 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 7 Oct 2021 14:22:51 +0000 (16:22 +0200)
index.cgi

index 02ab9dcf92ff754fb57339ab58fcf486a67a0f24..c5b1652ca4bf5eb10c4d0010fa92eb5752aaeb2e 100755 (executable)
--- 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/}"