diff --git a/source/lib/RippingCluster/Main.class.php b/source/lib/RippingCluster/Main.class.php index e7318c3..3bdb32f 100644 --- a/source/lib/RippingCluster/Main.class.php +++ b/source/lib/RippingCluster/Main.class.php @@ -19,7 +19,7 @@ class RippingCluster_Main extends SihnonFramework_Main { switch (HBC_File) { case 'ajax': case 'index': { - $smarty_tmp = '/tmp/ripping-cluster'; + $smarty_tmp = '/var/tmp/ripping-cluster'; $this->smarty = new Smarty(); $this->smarty->template_dir = static::makeAbsolutePath('./source/templates'); $this->smarty->compile_dir = static::makeAbsolutePath($smarty_tmp . '/tmp/templates');