[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] MajorDomo Manual Config



>>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