diff options
Diffstat (limited to 'httemplate/edit')
| -rw-r--r-- | httemplate/edit/svc_www.cgi | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index fe7052292..b89672a52 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -1,6 +1,8 @@  <!-- mason kludge -->  <% +my $conf = new FS::Conf; +  my( $svcnum,  $pkgnum, $svcpart, $part_svc, $svc_www );  if ( $cgi->param('error') ) {    $svc_www = new FS::svc_www ( {  | 
