diff --git a/www/index.php b/www/index.php
index 536d9091e48d51563b7e7fab0b74fd826e0ada36..effa04f7ac4e2143719daa7dc2063549bb056f1a 100644
--- a/www/index.php
+++ b/www/index.php
@@ -2,6 +2,8 @@
 
 require_once dirname(__FILE__).'/../config.sample.php';
 
+UNL_Templates::setCachingService(new UNL_Templates_CachingService_Null());
+
 UNL_Templates::$options['version'] = 3;
 
 $template = 'Fixed';