diff options
Diffstat (limited to 'httemplate/view')
-rwxr-xr-x | httemplate/view/cust_bill.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/cust_main.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/cust_pkg.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/svc_acct.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/svc_acct_sm.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/svc_domain.cgi | 1 | ||||
-rwxr-xr-x | httemplate/view/svc_forward.cgi | 1 | ||||
-rw-r--r-- | httemplate/view/svc_www.cgi | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/httemplate/view/cust_bill.cgi b/httemplate/view/cust_bill.cgi index da79d79e4..7c2af06a7 100755 --- a/httemplate/view/cust_bill.cgi +++ b/httemplate/view/cust_bill.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% #untaint invnum diff --git a/httemplate/view/cust_main.cgi b/httemplate/view/cust_main.cgi index bc76301d4..90299e4dd 100755 --- a/httemplate/view/cust_main.cgi +++ b/httemplate/view/cust_main.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my $conf = new FS::Conf; diff --git a/httemplate/view/cust_pkg.cgi b/httemplate/view/cust_pkg.cgi index 3cf908386..e9670cd22 100755 --- a/httemplate/view/cust_pkg.cgi +++ b/httemplate/view/cust_pkg.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my %uiview = (); diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index 31327a625..90ca1a240 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my $conf = new FS::Conf; diff --git a/httemplate/view/svc_acct_sm.cgi b/httemplate/view/svc_acct_sm.cgi index ccb81f178..4e5acc427 100755 --- a/httemplate/view/svc_acct_sm.cgi +++ b/httemplate/view/svc_acct_sm.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my $conf = new FS::Conf; diff --git a/httemplate/view/svc_domain.cgi b/httemplate/view/svc_domain.cgi index f4aa42bbc..f30211098 100755 --- a/httemplate/view/svc_domain.cgi +++ b/httemplate/view/svc_domain.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my($query) = $cgi->keywords; diff --git a/httemplate/view/svc_forward.cgi b/httemplate/view/svc_forward.cgi index a5096e92c..cafb9e5b8 100755 --- a/httemplate/view/svc_forward.cgi +++ b/httemplate/view/svc_forward.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my $conf = new FS::Conf; diff --git a/httemplate/view/svc_www.cgi b/httemplate/view/svc_www.cgi index 2fc8ac459..bd8ae36a6 100644 --- a/httemplate/view/svc_www.cgi +++ b/httemplate/view/svc_www.cgi @@ -1,3 +1,4 @@ +<!-- mason kludge --> <% my($query) = $cgi->keywords; |