summaryrefslogtreecommitdiff
path: root/net/icradius/files/patch-scripts::radius.cgi
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-09 01:54:18 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-09 01:54:18 +0000
commit6782ba5dbfaa505af7820b9c7345d5d4cd0188e3 (patch)
treedc862447d711611770f8259d87df3497b54bd712 /net/icradius/files/patch-scripts::radius.cgi
parentThis port has been FORBIDDEN for 10 months for security reasons, and (diff)
These ports have been forbidden for 10 months for security reasons.
Removal was announced on Oct 12.
Notes
Notes: svn path=/head/; revision=71457
Diffstat (limited to 'net/icradius/files/patch-scripts::radius.cgi')
-rw-r--r--net/icradius/files/patch-scripts::radius.cgi29
1 files changed, 0 insertions, 29 deletions
diff --git a/net/icradius/files/patch-scripts::radius.cgi b/net/icradius/files/patch-scripts::radius.cgi
deleted file mode 100644
index 387f31fd5c60..000000000000
--- a/net/icradius/files/patch-scripts::radius.cgi
+++ /dev/null
@@ -1,29 +0,0 @@
---- scripts/radius.cgi.orig Tue Jun 26 23:44:45 2001
-+++ scripts/radius.cgi Thu Jul 5 18:03:08 2001
-@@ -54,8 +54,8 @@
- my $radhost = 'radius.mydomain.com'; # radius host (if $authentication_type is 2)
- my $radsecret = ''; # radius secret (if $authentication_type is 2)
- my $highlight = 'lightblue'; # highlight color of tables
--my $fontname = 'Comic Sans MS'; # default font
--my $fontsize = '8'; # default font size
-+my $fontname = 'Helvetica'; # default font
-+my $fontsize = '12'; # default font size
-
- use IC::Radius;
- my $radius = new IC::Radius;
-@@ -1613,6 +1613,7 @@
- print q! selected! if (exists $selected_options->{$option});
- print qq!>$option\n!;
- }
-+ print "</select>\n";
-
- print qq~
- <tr><td><br></td></tr>
-@@ -3007,6 +3008,7 @@
- }
-
- my $session = $query->cookie(-name => $cookie_name);
-+ $session = "" if ( !defined($session) );
-
- open SESSIONS, "<$sessions_file" or do {
- &print_header; terminal_error("Unable to open file $sessions_file: $!\n");