# PHPFMG_ID:'20110812-77e0'
# Date : 20110812 20:08:13
# Generated By Free PHP Formmail Generator : http://phpfmg.sourceforge.net
# -----------------------------------------------------------------------------
define( 'PAYPAL_ID' , '' ); // Put donation ID here to disable the copyright link
define( 'PHPFMG_TO' , 'abc@test.com' );
define( 'PHPFMG_REDIRECT', '' );
define( 'PHPFMG_ID' , '20110812-77e0' );
define( 'PHPFMG_ROOT_DIR' , dirname(__FILE__) );
define( 'PHPFMG_SAVE_FILE' , PHPFMG_ROOT_DIR . '/form-data-log.php' ); // save submitted data to this file
define( 'PHPFMG_EMAILS_LOGFILE' , PHPFMG_ROOT_DIR . '/email-traffics-log.php' ); // log email traffics to this file
define( 'PHPFMG_ADMIN_URL' , 'admin.php' );
if( !is_writable( ini_get('session.save_path') ) && is_writable(PHPFMG_ROOT_DIR) ){
ini_set( 'session.save_path', PHPFMG_ROOT_DIR );
};
define( 'PHPFMG_SAVE_ATTACHMENTS' , 'Y' );
define( 'PHPFMG_SAVE_ATTACHMENTS_DIR' , PHPFMG_ROOT_DIR . '/uploaded/' );