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 cf6b0f679..daf1c397f 100644 --- a/htetc/global.asa +++ b/htetc/global.asa @@ -13,7 +13,7 @@ use FS::UID qw(cgisuidsetup dbh getotaker datasrc); 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); + small_custview myexit); use FS::agent; use FS::agent_type; diff --git a/htetc/handler.pl b/htetc/handler.pl index 5be19c443..29e759a68 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -68,7 +68,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); + small_custviewm myexit); use FS::agent; use FS::agent_type; |