diff options
| author | Christian Fowler <spider@viovio.com> | 2007-05-04 06:14:26 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-05-04 06:14:26 +0000 |
| commit | 1b98bd102b08d953afdb00433a4cbd8d314742f8 (patch) | |
| tree | 13e846a6cfd9864b3959bba7eb96f07bed44f38c /bit_setup_inc.php | |
| parent | b2978e5e6a02527e9e7071a0a2eaf1bcd1095ce9 (diff) | |
| download | newsletters-1b98bd102b08d953afdb00433a4cbd8d314742f8.tar.gz newsletters-1b98bd102b08d953afdb00433a4cbd8d314742f8.tar.bz2 newsletters-1b98bd102b08d953afdb00433a4cbd8d314742f8.zip | |
final cleanup of just about everything, add mail_clickthrough tracking
Diffstat (limited to 'bit_setup_inc.php')
| -rw-r--r-- | bit_setup_inc.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bit_setup_inc.php b/bit_setup_inc.php index 269a833..99ae160 100644 --- a/bit_setup_inc.php +++ b/bit_setup_inc.php @@ -15,5 +15,10 @@ if( $gBitSystem->isPackageActive( NEWSLETTERS_PKG_NAME ) ) { 'menu_template' => 'bitpackage:newsletters/menu_newsletters.tpl', ); $gBitSystem->registerAppMenu( $menuHash ); + + if( isset( $_GET['ct'] ) && strlen( $_GET['ct'] ) == 32 ) { + require_once( NEWSLETTERS_PKG_PATH.'BitMailer.php' ); + BitMailer::storeClickthrough( $_GET['ct'] ); + } } ?> |
