product_name
'_product_name', 'size' => 30, 'id' => "cfgprodname"));
echo $input_prodname->show($RCI->getprop('product_name'));
?>
The name of your service (used to compose page titles)
skin_path
'_skin_path', 'size' => 30, 'id' => "cfgskinpath"));
echo $input_skinpath->show($RCI->getprop('skin_path'));
?>
Relative path to the skin folder
temp_dir
'_temp_dir', 'size' => 30, 'id' => "cfgtempdir"));
echo $input_tempdir->show($RCI->getprop('temp_dir'));
?>
Use this folder to store temp files (must be writebale for webserver)
log_dir
'_log_dir', 'size' => 30, 'id' => "cfglogdir"));
echo $input_logdir->show($RCI->getprop('log_dir'));
?>
Use this folder to store log files (must be writebale for webserver)
ip_check
'_ip_check', 'id' => "cfgipcheck"));
echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1));
?>
Check client IP in session athorization
This increases security but can cause sudden logouts when someone uses a proxy with changeing IPs.
des_key
'_des_key', 'size' => 30, 'id' => "cfgdeskey"));
echo $input_deskey->show($RCI->getprop('des_key'));
?>
This key is used to encrypt the users imap password before storing in the session record
It's a random generated string to ensure that every installation has it's own key.
If you enter it manually please provide a string of exactly 24 chars.
enable_caching
'_enable_caching', 'id' => "cfgcache"));
echo $check_caching->show(intval($RCI->getprop('enable_caching')), array('value' => 1));
?>
Cache messages in local database