Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Re: Default.cfg??

Quote Reply
Re: Default.cfg?? In reply to
In Reply To:
"logon" dg.cgi calls for db.cfg..but when running "signup" db.cgi calls for default.cfg....can locate were to make the code change so the calls the same... can anyone direct me on this...thanks Rob
Look for these lines right up near the top of your db.cgi file :

# Load the form information and set the config file and userid.
%in = &parse_form;
$in{'db'} ? ($db_setup = $in{'db'}) : ($db_setup = 'default');
$in{'uid'} ? ($db_uid = $in{'uid'}): ($db_uid = 'default');


Hope that helps



easy does it
Subject Author Views Date
Thread Default.cfg?? Rob 2392 Oct 18, 2000, 12:52 PM
Post Re: Default.cfg??
Bearwithme 2304 Oct 18, 2000, 1:44 PM