summaryrefslogtreecommitdiff
path: root/fs_selfservice/FS-SelfService/cgi/misc
diff options
context:
space:
mode:
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/misc')
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/areacodes.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/counties.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/exchanges.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/part_svc-columns.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/phonenums.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/states.cgi18
-rwxr-xr-xfs_selfservice/FS-SelfService/cgi/misc/svc_acct-domains.cgi18
7 files changed, 0 insertions, 126 deletions
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/areacodes.cgi b/fs_selfservice/FS-SelfService/cgi/misc/areacodes.cgi
deleted file mode 100755
index b33e58c..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/areacodes.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/areacodes.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/counties.cgi b/fs_selfservice/FS-SelfService/cgi/misc/counties.cgi
deleted file mode 100755
index 476fe09..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/counties.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/counties.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/exchanges.cgi b/fs_selfservice/FS-SelfService/cgi/misc/exchanges.cgi
deleted file mode 100755
index d8df970..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/exchanges.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/exchanges.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/part_svc-columns.cgi b/fs_selfservice/FS-SelfService/cgi/misc/part_svc-columns.cgi
deleted file mode 100755
index 4ee83ca..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/part_svc-columns.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/part_svc-columns.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/phonenums.cgi b/fs_selfservice/FS-SelfService/cgi/misc/phonenums.cgi
deleted file mode 100755
index e7d695d..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/phonenums.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/phonenums.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/states.cgi b/fs_selfservice/FS-SelfService/cgi/misc/states.cgi
deleted file mode 100755
index f75f2ae..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/states.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/states.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-
diff --git a/fs_selfservice/FS-SelfService/cgi/misc/svc_acct-domains.cgi b/fs_selfservice/FS-SelfService/cgi/misc/svc_acct-domains.cgi
deleted file mode 100755
index c5413ba..0000000
--- a/fs_selfservice/FS-SelfService/cgi/misc/svc_acct-domains.cgi
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/usr/bin/perl -w
-
-use strict;
-use CGI;
-use FS::SelfService qw( mason_comp );
-
-my $cgi = new CGI;
-
-my $rv = mason_comp( 'comp' => '/misc/svc_acct-domains.cgi',
- 'query_string' => $cgi->query_string, #pass CGI params...
- );
-
-#hmm.
-my $output = $rv->{'error'} || $rv->{'output'};
-
-print $cgi->header( '-expires' => 'now' ).
- $output;
-