summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/interactive_http/index.html.pl
diff options
context:
space:
mode:
authorMystery Man <unknown@mandriva.org>2002-08-09 10:26:12 +0000
committerMystery Man <unknown@mandriva.org>2002-08-09 10:26:12 +0000
commitfdd0c69b55f6192d1825eb8ddd95bf2806e626f8 (patch)
tree01303c8c4445a5828d744737e6c87cb973fafba6 /perl-install/standalone/interactive_http/index.html.pl
parent9c49e6bfb611d4a73815cfa1a6e6821cd48a9ae2 (diff)
downloaddrakx-backup-do-not-use-1_1_9_9mdk.tar
drakx-backup-do-not-use-1_1_9_9mdk.tar.gz
drakx-backup-do-not-use-1_1_9_9mdk.tar.bz2
drakx-backup-do-not-use-1_1_9_9mdk.tar.xz
drakx-backup-do-not-use-1_1_9_9mdk.zip
This commit was manufactured by cvs2svn to create tag 'V1_1_9_9mdk'.V1_1_9_9mdk
Diffstat (limited to 'perl-install/standalone/interactive_http/index.html.pl')
-rw-r--r--perl-install/standalone/interactive_http/index.html.pl14
1 files changed, 0 insertions, 14 deletions
diff --git a/perl-install/standalone/interactive_http/index.html.pl b/perl-install/standalone/interactive_http/index.html.pl
deleted file mode 100644
index afd91459b..000000000
--- a/perl-install/standalone/interactive_http/index.html.pl
+++ /dev/null
@@ -1,14 +0,0 @@
-use MDK::Common;
-
-print '<html>
-';
-foreach (map { chomp_($_) } cat_('authorised_progs')) {
- my $name = basename($_);
- print
-qq(<a href="/interactive_http.cgi?state=new&prog=$_">$name</a>
-<br>
-);
-}
-print '
-</html>
-';