change compile dir to /tmp since home dirs are ro to apache on sf
This commit is contained in:
parent
fb0a3a98c6
commit
7abb9e338b
@ -10,7 +10,7 @@
|
||||
require_once (SMARTY_DIR."Smarty.class.php");
|
||||
$smarty = new Smarty;
|
||||
#$smarty->compile_dir = "/home/kmacmillan/public_html/t_c";
|
||||
$smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c";
|
||||
$smarty->compile_dir = "/tmp/persistent/serefpolicy";
|
||||
$smarty->template_dir = "$fixpath/html";
|
||||
|
||||
$smarty->assign("border", "0");
|
||||
|
Loading…
Reference in New Issue
Block a user