From 9b57ae78e4db152159f5ad3c36632680130715e1 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Wed, 15 Jun 2005 21:23:40 +0000 Subject: [PATCH] fix for sf --- www/libs.inc.php | 4 ++-- www/publish.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/libs.inc.php b/www/libs.inc.php index fb7087558..1a1ee20c4 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 288f8f9c2..1e525f617 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