From 9b57ae78e4db152159f5ad3c36632680130715e1 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Jun 15 2005 21:23:40 +0000 Subject: fix for sf --- diff --git a/www/libs.inc.php b/www/libs.inc.php index fb70875..1a1ee20 100644 --- a/www/libs.inc.php +++ b/www/libs.inc.php @@ -9,8 +9,8 @@ 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 = "/home/kmacmillan/public_html/t_c"; + $smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c"; $smarty->template_dir = "$fixpath/html"; $smarty->assign("border", "0"); diff --git a/www/publish.sh b/www/publish.sh index 288f8f9..1e525f6 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -2,4 +2,4 @@ # This will 'publish' the reference policy website. -rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs/pre +rsync -r . shell.sf.net:/home/groups/s/se/serefpolicy/htdocs