<?php

//$_Config_absolute_path = 'D:/AppServ/www/managev3';
$_Config_absolute_path '/home/manage';
//$_Config_live_site = 'http://localhost/managev3';        // localhost
//$_Config_live_site = 'http://managepi.scphc.ac.th';     // sub-domain
$_Config_live_site 'http://58.147.103.67/manage';     // server test
$_Config_sitename 'ระบบสารสนเทศเพื่อการบริหาร';
$_Config_shownoauth '0';
$_Config_useractivation '1';
$_Config_uniquemail '1';
$_Config_usecaptcha '0';
$_Config_offline_message 'This site is down for maintenance.<br /> Please check back again soon.';
$_Config_error_message 'This site is temporarily unavailable.<br /> Please notify the System Administrator';
$_Config_debug '0';
$_Config_lifetime '900';
$_Config_MetaDesc 'This site uses project - Content Management System';
$_Config_MetaKeys 'Management Information Systems, MIS, Management, Information, System, Manage, Info';
$_Config_MetaTitle '1';
$_Config_MetaAuthor '1';
$_Config_locale_debug '0';
$_Config_locale_use_gettext '0';
$_Config_locale 'en';
$_Config_charset 'utf-8';
$_Config_offset '0';
$_Config_hideAuthor '0';
$_Config_hideCreateDate '0';
$_Config_hideModifyDate '0';
$_Config_hidePdf '0';
$_Config_hidePrint '0';
$_Config_hideEmail '0';
$_Config_enable_log_items '0';
$_Config_enable_log_searches '0';
$_Config_enable_stats '0';
$_Config_sef '0';
$_Config_vote '0';
$_Config_gzip '0';
$_Config_multipage_toc '1';
$_Config_allowUserRegistration '1';
$_Config_link_titles '0';
$_Config_error_reporting '-1';
$_Config_register_globals '1';
$_Config_list_limit '50';
$_Config_caching '0';
//$_Config_cachepath = 'D:/AppServ/www/managev3/cache';         // localhost
$_Config_cachepath 'http://202.29.105.5/manage/cache';        // server
$_Config_cachetime '900';
$_Config_mailer 'mail';
$_Config_mailfrom 'thinakorns@gmail.com';
$_Config_fromname 'MIS!';
$_Config_sendmail '/usr/sbin/sendmail';
$_Config_smtpauth '0';
$_Config_smtpuser '';
$_Config_smtppass '';
$_Config_smtphost 'localhost';
$_Config_back_button '0';
$_Config_item_navigation '0';
$_Config_secret 'D5HHHjWy80rf0dR8';
$_Config_pagetitles '1';
$_Config_readmore '1';
$_Config_hits '1';
$_Config_icons '1';
$_Config_favicon 'favicon.ico';
$_Config_fileperms '';
$_Config_dirperms '';
$_Config_helpurl 'http://docs.mambo-foundation.org';
$_Config_mbf_content '0';
setlocale (LC_TIME$_Config_locale);

//--- paging
$_Config_limit '10';
$_Config_scroll '20';

?>