| | |
| | | echo $input_tempdir->show($RCI->getprop('temp_dir')); |
| | | |
| | | ?> |
| | | <div>Use this folder to store temp files (must be writebale for webserver)</div> |
| | | <div>Use this folder to store temp files (must be writeable for webserver)</div> |
| | | </dd> |
| | | |
| | | |
| | |
| | | echo $input_logdir->show($RCI->getprop('log_dir')); |
| | | |
| | | ?> |
| | | <div>Use this folder to store log files (must be writebale for webserver). Note that this only applies if you are using the 'file' log_driver.</div> |
| | | <div>Use this folder to store log files (must be writeable for webserver). Note that this only applies if you are using the 'file' log_driver.</div> |
| | | </dd> |
| | | |
| | | <dt class="propname">syslog_id</dt> |
| | |
| | | echo $input_locale->show($RCI->getprop('language')); |
| | | |
| | | ?> |
| | | <div>The default locale setting. This also defines the language of the login screen.</div> |
| | | <div>The default locale setting. This also defines the language of the login screen.<br/>Leave it empty to auto-detect the user agent language.</div> |
| | | <p class="hint">Enter a <a href="http://www.faqs.org/rfcs/rfc1766">RFC1766</a> formatted language name. Examples: en_US, de_DE, de_CH, fr_FR, pt_BR</p> |
| | | </dd> |
| | | |