<?php
/* BASE CONFIGURATION. Uncomment # comments only */
$config = array(
// Browser charset
'charset' => "ISO-8859-1",
// Font family CSS propery. Fixed width fonts are recomended
'font-family' => "Fixedsys, Terminus, Fixed, Lucida Console, Courier, Courier New",
// Font size CSS property
'font-size' => "14px",
// Font weight CSS property (normal or bold)
'font-weight' => "normal",
// Rendered font resolution in pixels. Important for visual proportions
'font_resolution' => "8x16",
// Inactive user sessin lifetime (in minutes). If not set, default lifetime will be selected
// To work properly, this setting needs 'session_dir' setting, pointed to clean directory
# 'session_life' => 30,
// Directory to store user sessions. If not set, default directory will be selected.
# 'session_dir' => "/full/path/to/directory",
// Base session variable
'session_var' => "wnc"
);
?>