parent
7ddd4a6034
commit
f196e22426
1 changed files with 10 additions and 0 deletions
@ -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'; |
||||||
|
} |
Loading…
Reference in new issue