Ignore:
Timestamp:
11/15/11 18:08:14 (12 years ago)
Author:
Kris Deugau
Message:

/branches/stable

Make the fixed web path at least configurable in one place rather
than completely hardcoded across many files.
Update initial database tabledef SQL
Bump version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/cgi-bin/MyIPDB.pm

    r445 r507  
    88# Last update by $Author$
    99###
    10 # Copyright (C) 2004-2010 - Kris Deugau
     10# Copyright (C) 2004-2011 - Kris Deugau
    1111
    1212# don't remove!  required for GNU/FHS-ish install from tarball
     
    2323my $dbhost = 'ipdb-db';
    2424
     25# Quick workaround for fixed web path.  Set this to the absolute web path to
     26# your IPDB install, or leave blank for installation at the webroot.
     27$IPDB::webpath = '';
     28
    2529# Set some globals declared in IPDB.pm.  Most of these only affect mailNotify().
    2630# Note that while you *can* leave these at defaults, it's probably a Really Bad Idea.
    27 #$IPDB::org_name = "Bob's Big Bonaza";
     31#$IPDB::org_name = "Example Corp";
    2832#$IPDB::smtphost = '127.0.0.1';
    29 #$IPDB::domain = 'bob.com';
     33#$IPDB::domain = 'example.com';
    3034#$IPDB::defcustid = '5554242';
    3135# Globals for db2rwhois.pl
Note: See TracChangeset for help on using the changeset viewer.