12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
$COLOR_BACK = "#F0F0FF";
|
|
$COLOR_HEAD_BACK = "#C0C0FF";
|
|
$COLOR_HEAD_FORE = "#000000";
|
|
$COLOR_SUBH_BACK = "#D0D0FF";
|
|
$COLOR_SUBH_FORE = "#000000";
|
|
$COLOR_TEXT_BACK = "#E0E0FF";
|
|
$COLOR_TEXT_FORE = "#000000";
|
|
|
|
$mars_config = '/usr/local/etc/nwserv.conf';
|
|
|
|
$nonroot_user = 'nobody';
|