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