/**
* Login Id for StreamSend account
*/
- define ('STREAMSEND_LOGIN_ID', 'Needsetup');
+ define ('STREAMSEND_LOGIN_ID', '9TzWUPueP0Rv');
/**
* key for StreamSend account
*/
- define ('STREAMSEND_KEY', 'Needsetup');
+ define ('STREAMSEND_KEY', '6lN5Xh88ZQmNzGBK');
/**
* StreamSend Account Name
*/
- define ('STREAMSEND_ACCOUNT_NAME', 'Needsetup');
+ define ('STREAMSEND_ACCOUNT_NAME', 'Trout Creek');
/**
* StreamSend Audience Number
*/
- define ('STREAMSEND_AUDIENCE', '1');
+ define ('STREAMSEND_AUDIENCE', '2');
/**
* DO NOT EDIT THIS SECTION
* The form will send it's data to StreamSend
* The defines for StreamSend must be set for client
*/
- define('STREAMSEND_FORMS_API', false);
+ define('STREAMSEND_FORMS_API', true);
/**
* API key for google search AJAX
*/
* The form will send it's data to StreamSend
* The defines for StreamSend must be set for client
*/
- define('STREAMSEND_FORMS_API', false);
+ define('STREAMSEND_FORMS_API', true);
define("GLM_APP_BASE","/home/steve/public_html/app.gaslightmedia.com/");
define("GLM_APP_BASE_URL","http://localhost/~steve/app.gaslightmedia.com/");
- error_reporting(E_ALL ^ E_NOTICE);
- ini_set('display_errors', '1');
+ //error_reporting(E_ALL ^ E_NOTICE);
+ //ini_set('display_errors', '1');
define('ERROR_LOG_TYPE', 'error_log');
define('ERROR_LOG_NAME', '');
define('ERROR_LOG_IDENT', '');
- define('ERROR_LOG_LEVEL', PEAR_LOG_DEBUG);
+ define('ERROR_LOG_LEVEL', PEAR_LOG_WARNING);
$ERROR_LOG_CONF = array(
//'destination' => "{$BASE_PATH}/php.error",
'error_prepend' => '<font color="#ff0000"><tt>',
$cacheOptions = array(
'cacheDir' => BASE . 'cache',
'writeControl' => true,
- 'lifeTime' => (DEVELOPMENT) ? 0 : null,
+ 'lifeTime' => null,//(DEVELOPMENT) ? 0 : null,
'readControl' => true,
'fileNameProtection' => false,
'readControlType' => 'md5',