Changeset 949
- Timestamp:
- 08/02/24 11:09:19 (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/main.cgi
r947 r949 66 66 $thingroot =~ s|cgi-bin/main.cgi||; 67 67 68 syslog "debug", "$authuser active, $ENV{'REMOTE_ADDR'}";69 70 68 ##fixme there *must* be a better order to do things in so this can go back where it was 71 69 # CGI fiddling done here so we can declare %webvar so we can alter $webvar{action} … … 90 88 initIPDBGlobals($ip_dbh); 91 89 } 90 91 syslog "debug", "'$authuser active', $ENV{'REMOTE_ADDR'}, '$IPDBacl{$authuser}'"; 92 92 93 93 # Set up some globals
Note:
See TracChangeset
for help on using the changeset viewer.