Changeset 431 for trunk/cgi-bin
- Timestamp:
- 07/16/10 15:56:36 (14 years ago)
- Location:
- trunk/cgi-bin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/admin.cgi
r426 r431 28 28 use MyIPDB; 29 29 30 openlog "IPDB-admin","pid"," local2";30 openlog "IPDB-admin","pid","$IPDB::syslog_facility"; 31 31 32 32 # Collect the username from HTTP auth. If undefined, we're in a test environment. -
trunk/cgi-bin/allocate.pl
r417 r431 21 21 use MyIPDB; 22 22 23 openlog "IPDBshell","pid"," local2";23 openlog "IPDBshell","pid","$IPDB::syslog_facility"; 24 24 25 25 # Collect the username from the environment. If undefined, something -
trunk/cgi-bin/main.cgi
r426 r431 25 25 use MyIPDB; 26 26 27 openlog "IPDB","pid"," local2";27 openlog "IPDB","pid","$IPDB::syslog_facility"; 28 28 29 29 # Collect the username from HTTP auth. If undefined, we're in -
trunk/cgi-bin/newcity.cgi
r417 r431 25 25 use MyIPDB; 26 26 27 openlog "IPDB","pid"," local2";27 openlog "IPDB","pid","$IPDB::syslog_facility"; 28 28 29 29 # Collect the username from HTTP auth. If undefined, we're in a test environment.
Note:
See TracChangeset
for help on using the changeset viewer.