fix for sf
This commit is contained in:
parent
5ba9f0b643
commit
9b57ae78e4
@ -9,8 +9,8 @@
|
|||||||
|
|
||||||
require_once (SMARTY_DIR."Smarty.class.php");
|
require_once (SMARTY_DIR."Smarty.class.php");
|
||||||
$smarty = new Smarty;
|
$smarty = new Smarty;
|
||||||
$smarty->compile_dir = "/home/kmacmillan/public_html/t_c";
|
#$smarty->compile_dir = "/home/kmacmillan/public_html/t_c";
|
||||||
#$smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c";
|
$smarty->compile_dir = "/home/groups/s/se/serefpolicy/t_c";
|
||||||
$smarty->template_dir = "$fixpath/html";
|
$smarty->template_dir = "$fixpath/html";
|
||||||
|
|
||||||
$smarty->assign("border", "0");
|
$smarty->assign("border", "0");
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
|
|
||||||
# This will 'publish' the reference policy website.
|
# 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
|
||||||
|
Loading…
Reference in New Issue
Block a user