[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] MajorDomo Manual Config
- Subject: RE: [cobalt-users] MajorDomo Manual Config
- From: "Tim Lawson" <timl@xxxxxxxxxxxxxx>
- Date: Sun Aug 5 13:39:11 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>>Change the line below while replacing 'restrict.file.name' with the name
of
>>your file:
>>
>> "restrict_post", "restrict.file.name");
>>
Thank you...
I want to get the <listname>.restrict
Can I change this line...
"restrict_post", $list);
To read as...
"restrict_post", $list".restrict");
I have no idea if that is right or wrong... or maybe it is meant to be...
"restrict_post", $list'.restrict');
ARRRRGGGHHHHH!
Could you please tell us how to script it correctly to set the
'restrict_post' in the .config file to read 'restrict_post = test.restrict'
if the GUI was told that the listname was 'test'?
I'd probably have got it right if it were an ASP script, I just don't know
enough CGI...
Tim