From 7abb9e338b41eb960a63cad128d499d942ebfce4 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 19 Aug 2005 18:25:14 +0000 Subject: [PATCH] change compile dir to /tmp since home dirs are ro to apache on sf --- www/libs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/libs.inc.php b/www/libs.inc.php index 1a1ee20c4..fb489b0e1 100644 --- a/www/libs.inc.php +++ b/www/libs.inc.php @@ -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");