diff options
| -rwxr-xr-x | httemplate/edit/cust_main.cgi | 2 | ||||
| -rw-r--r-- | httemplate/edit/svc_www.cgi | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/httemplate/edit/cust_main.cgi b/httemplate/edit/cust_main.cgi index 493bea06b..e93524d7b 100755 --- a/httemplate/edit/cust_main.cgi +++ b/httemplate/edit/cust_main.cgi @@ -4,7 +4,7 @@        ' onUnload="myclose()"'  ) %> -<% include('/elements.error.html') %> +<% include('/elements/error.html') %>  <FORM NAME="topform" STYLE="margin-bottom: 0">  <INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>"> diff --git a/httemplate/edit/svc_www.cgi b/httemplate/edit/svc_www.cgi index e64928694..d3416a414 100644 --- a/httemplate/edit/svc_www.cgi +++ b/httemplate/edit/svc_www.cgi @@ -1,6 +1,6 @@  <% include('/elements/header.html', "Web Hosting $action") %> -<% include('/elements.error.html') %> +<% include('/elements/error.html') %>  <FORM ACTION="<%$p1%>process/svc_www.cgi" METHOD=POST>  | 
