diff options
| author | ivan <ivan> | 2001-10-26 10:24:56 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2001-10-26 10:24:56 +0000 |
| commit | 91387f8f489e561deaf1de052d80ef800a4970a3 (patch) | |
| tree | ada548d8be00671f6a39d3b41229410bdf2f1e31 /httemplate/search/svc_acct_sm.cgi | |
| parent | 1904d44bb20adf403e21513db7470153f751d605 (diff) | |
cache foo
*sigh*
Diffstat (limited to 'httemplate/search/svc_acct_sm.cgi')
| -rwxr-xr-x | httemplate/search/svc_acct_sm.cgi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/search/svc_acct_sm.cgi b/httemplate/search/svc_acct_sm.cgi index 4350c320c..24b304051 100755 --- a/httemplate/search/svc_acct_sm.cgi +++ b/httemplate/search/svc_acct_sm.cgi @@ -1,5 +1,5 @@ <% -#<!-- $Id: svc_acct_sm.cgi,v 1.2 2001-08-21 02:31:57 ivan Exp $ --> +#<!-- $Id: svc_acct_sm.cgi,v 1.3 2001-10-26 10:24:56 ivan Exp $ --> use strict; use vars qw( $conf $cgi $mydomain $domuser $svc_domain $domsvc @svc_acct_sm ); @@ -40,7 +40,7 @@ if ( scalar(@svc_acct_sm) == 1 ) { my($svcnum)=$svc_acct_sm[0]->svcnum; print $cgi->redirect(popurl(2). "view/svc_acct_sm.cgi?$svcnum"); } elsif ( scalar(@svc_acct_sm) > 1 ) { - print $cgi->header( '-expires' => 'now' ), + print $cgi->header( @FS::CGI::header ), header('Mail Alias Search Results'), &table(), <<END; <TR> |
