Skip to content

Commit

Permalink
added back tracking folder, refs #19
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenke committed Apr 7, 2016
1 parent 029c78f commit 8e56c66
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions TL_ROOT/tracking/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?php

/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2015 Leo Feyer
*
* @license LGPL-3.0+
*/

// Set the script name
define('TL_SCRIPT', 'tracking/index.php');

// Initialize the system
define('TL_MODE', 'FE');
require dirname(__DIR__) . '/system/initialize.php';

// Run the controller
$tracking = NewsletterContent\Classes\NewsletterTracking::getInstance();
$tracking->run();

0 comments on commit 8e56c66

Please sign in to comment.