Browse code

Contao 4 compatibility

Benjamin Roth authored on06/06/2017 16:22:01
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