Changeset 949 for trunk/cgi-bin


Ignore:
Timestamp:
08/02/24 11:09:19 (7 weeks ago)
Author:
Kris Deugau
Message:

/trunk

Move some logging down a handful of lines to be able to log the user's ACL string

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cgi-bin/main.cgi

    r947 r949  
    6666$thingroot =~ s|cgi-bin/main.cgi||;
    6767
    68 syslog "debug", "$authuser active, $ENV{'REMOTE_ADDR'}";
    69 
    7068##fixme there *must* be a better order to do things in so this can go back where it was
    7169# CGI fiddling done here so we can declare %webvar so we can alter $webvar{action}
     
    9088  initIPDBGlobals($ip_dbh);
    9189}
     90
     91syslog "debug", "'$authuser active', $ENV{'REMOTE_ADDR'}, '$IPDBacl{$authuser}'";
    9292
    9393# Set up some globals
Note: See TracChangeset for help on using the changeset viewer.