summaryrefslogtreecommitdiff
path: root/FS/FS/Mason
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-07 23:55:11 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-07 23:55:11 -0700
commit92a3df0360d3df6b6ace99fee3d4cc443e6154d0 (patch)
tree5c11c1c102f0d2f5deeb0d1aac2bb24aa4ed8327 /FS/FS/Mason
parent9d35792778885932c09102bd011b518eb47c5131 (diff)
NG auth: internal db auth, RT#21563
Diffstat (limited to 'FS/FS/Mason')
-rw-r--r--FS/FS/Mason/Request.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Mason/Request.pm b/FS/FS/Mason/Request.pm
index 1e2555a..5d6fc4c 100644
--- a/FS/FS/Mason/Request.pm
+++ b/FS/FS/Mason/Request.pm
@@ -93,7 +93,7 @@ sub freeside_setup {
$cgi = new CGI;
setcgi($cgi);
- #cgisuidsetup is gone, adminsuidsetup is now done in AuthCookieHandler
+ #cgisuidsetup is gone, equivalent is now done in AuthCookieHandler
$fsurl = rooturl();
$p = popurl(2);