mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update provision.php
Use sys_get_temp_dir() to get the temp directory
This commit is contained in:
@@ -662,7 +662,7 @@
|
||||
$view->engine = "smarty";
|
||||
}
|
||||
$view->template_dir = $template_dir ."/".$device_template."/";
|
||||
$view->cache_dir = $_SESSION['server']['temp']['dir'];
|
||||
$view->cache_dir = sys_get_temp_dir();
|
||||
$view->init();
|
||||
|
||||
//replace the variables in the template in the future loop through all the line numbers to do a replace for each possible line number
|
||||
|
||||
Reference in New Issue
Block a user