summaryrefslogtreecommitdiff
path: root/httemplate/misc/disable-cust_location.cgi
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
committerMark Wells <mark@freeside.biz>2016-09-08 15:16:51 -0700
commitfc6b09e0585fd50f4d31f8de75f891b4bfece178 (patch)
tree879f697f7f2cf7f416470831fe57c8545673200c /httemplate/misc/disable-cust_location.cgi
parent162097d4e2bd08efd71d998406c14cbfeb108d0b (diff)
prevent reload loops on process pages, #71249
Diffstat (limited to 'httemplate/misc/disable-cust_location.cgi')
-rwxr-xr-xhttemplate/misc/disable-cust_location.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/disable-cust_location.cgi b/httemplate/misc/disable-cust_location.cgi
index ee7ba1dbc..677f0b891 100755
--- a/httemplate/misc/disable-cust_location.cgi
+++ b/httemplate/misc/disable-cust_location.cgi
@@ -1,6 +1,6 @@
<% header("Location disabled") %>
<SCRIPT TYPE="text/javascript">
- window.top.location.reload();
+ topreload();
</SCRIPT>
</BODY>
</HTML>