Ignore:
Timestamp:
07/16/10 15:56:36 (14 years ago)
Author:
Kris Deugau
Message:

/trunk

Make sure all syslog-using scripts pick up the global logging
facility instead of hardcoding local2. See #17.

File:
1 edited

Legend:

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

    r426 r431  
    2828use MyIPDB;
    2929
    30 openlog "IPDB-admin","pid","local2";
     30openlog "IPDB-admin","pid","$IPDB::syslog_facility";
    3131
    3232# Collect the username from HTTP auth.  If undefined, we're in a test environment.
Note: See TracChangeset for help on using the changeset viewer.