[Netpass-devel] NetPass/www/htdocs/Admin/reports byos.mhtml,1.7,1.8
Brought to you by:
jeffmurphy
|
From: Matt <mt...@us...> - 2005-07-29 01:14:25
|
Update of /cvsroot/netpass/NetPass/www/htdocs/Admin/reports In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16855 Modified Files: byos.mhtml Log Message: Index: byos.mhtml =================================================================== RCS file: /cvsroot/netpass/NetPass/www/htdocs/Admin/reports/byos.mhtml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- byos.mhtml 29 Jul 2005 00:53:50 -0000 1.7 +++ byos.mhtml 29 Jul 2005 01:14:16 -0000 1.8 @@ -15,7 +15,7 @@ use FileHandle; use File::stat; -my $NPBASE = $np->cfg()->{'cfg'}->obj('policy')->value('base_dir'); +my $NPBASE = $np->cfg->policy(-key => 'base_dir'); my $REPORTSDIR = $NPBASE."/www/htdocs/Admin/reports"; my $GRAPHIMG = "byospiechart.png"; |