diff options
Diffstat (limited to 'htetc')
| -rw-r--r-- | htetc/global.asa | 2 | ||||
| -rw-r--r-- | htetc/handler.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index c3393ad67..a5863c327 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -12,7 +12,7 @@ use FS::part_pkg; use FS::pkg_svc; use FS::cust_pkg; use FS::cust_svc; -use FS::CGI qw(header menubar popurl table ntable); +use FS::CGI qw(header menubar popurl table itable ntable); sub Script_OnStart { $cgi = new CGI; diff --git a/htetc/handler.pl b/htetc/handler.pl index d747fe464..e537d26fc 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -66,7 +66,7 @@ sub handler use FS::pkg_svc; use FS::cust_pkg; use FS::cust_svc; - use FS::CGI qw(header menubar popurl table ntable); + use FS::CGI qw(header menubar popurl table itable ntable); $cgi = new CGI; &cgisuidsetup($cgi); |
