change compile dir to /tmp since home dirs are ro to apache on sf

This commit is contained in:
Chris PeBenito 2005-08-19 18:25:14 +00:00
parent fb0a3a98c6
commit 7abb9e338b

View File

@ -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");