Move smarty tmp files to /var/tmp so the directories don't get flushed on boot
This commit is contained in:
@@ -19,7 +19,7 @@ class RippingCluster_Main extends SihnonFramework_Main {
|
|||||||
switch (HBC_File) {
|
switch (HBC_File) {
|
||||||
case 'ajax':
|
case 'ajax':
|
||||||
case 'index': {
|
case 'index': {
|
||||||
$smarty_tmp = '/tmp/ripping-cluster';
|
$smarty_tmp = '/var/tmp/ripping-cluster';
|
||||||
$this->smarty = new Smarty();
|
$this->smarty = new Smarty();
|
||||||
$this->smarty->template_dir = static::makeAbsolutePath('./source/templates');
|
$this->smarty->template_dir = static::makeAbsolutePath('./source/templates');
|
||||||
$this->smarty->compile_dir = static::makeAbsolutePath($smarty_tmp . '/tmp/templates');
|
$this->smarty->compile_dir = static::makeAbsolutePath($smarty_tmp . '/tmp/templates');
|
||||||
|
|||||||
Reference in New Issue
Block a user