summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/handler.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 9a4f4395c..9740c62fa 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -269,7 +269,10 @@ sub handler
} elsif ( $HTML::Mason::r->filename =~ /\/rt\/REST\/.*NoAuth/ ) {
#need to log somebody in for the mail gw
- #&adminsuidsetup('fs_selfservice'); #old installs w/'fs_selfserv'??
+
+ ##old installs w/fs_selfs or selfserv??
+ #&adminsuidsetup('fs_selfservice');
+
&adminsuidsetup('fs_queue');
}