summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2003-09-21 06:42:34 +0000
committerivan <ivan>2003-09-21 06:42:34 +0000
commitda2c82df398b6800d41810974f990f93bdcd2802 (patch)
tree26dccdedbbd8bee9cc3ec31aafd4ee0308bbb40e
parent93e1384be824131bf1a0e1eb6dd62fa6d2345275 (diff)
export http_header like 1.5
-rw-r--r--htetc/global.asa2
-rw-r--r--htetc/handler.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index d04a5edbf..786ba9166 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -14,7 +14,7 @@ use FS::UID qw(cgisuidsetup dbh getotaker datasrc driver_name);
use FS::Record qw(qsearch qsearchs fields dbdef);
use FS::Conf;
use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
- small_custview myexit);
+ small_custview myexit http_header);
use FS::Msgcat qw(gettext geterror);
use FS::agent;
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 976787a55..6ddb7493e 100644
--- a/htetc/handler.pl
+++ b/htetc/handler.pl
@@ -76,7 +76,7 @@ sub handler
use FS::Record qw(qsearch qsearchs fields dbdef);
use FS::Conf;
use FS::CGI qw(header menubar popurl table itable ntable idiot eidiot
- small_custview myexit);
+ small_custview myexit http_header);
use FS::Msgcat qw(gettext geterror);
use FS::agent;