diff --git a/root/etc/e-smith/templates/etc/phplist/config.php/40Tracking b/root/etc/e-smith/templates/etc/phplist/config.php/40Tracking new file mode 100644 index 0000000..8435c9a --- /dev/null +++ b/root/etc/e-smith/templates/etc/phplist/config.php/40Tracking @@ -0,0 +1,10 @@ +{ +if (($phplist{'Tracking'} || 'disabled') eq 'enabled'){ + $OUT .=<<"EOF"; +define('CLICKTRACK',1); +define('CLICKTRACK_SHOWDETAIL',1); +EOF +} +else{ + $OUT .= '# Tracking is disabled'; +}