Browse code

Merge branch 'master' of gitigit.esales-media.de:contao/eSM_cookiepolicy

Benjamin Roth authored on28/06/2017 22:26:14
Showing1 changed files
... ...
@@ -28,6 +28,7 @@ if(!$_SERVER['HTTP_X_REQUESTED_WITH'] || strtolower($_SERVER['HTTP_X_REQUESTED_W
28 28
  * Initialize the system
29 29
  */
30 30
 
31
+define('TL_SCRIPT', 'system/modules/eSM_cookiepolicy/ajax/Ajax.php');
31 32
 define('TL_MODE', 'FE');
32 33
 require '../../../initialize.php';
33 34