summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/interactive_http
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2001-08-17 23:43:23 +0000
committerPascal Rigaux <pixel@mandriva.com>2001-08-17 23:43:23 +0000
commit8bc714517c06fbc1faea6c4eabf3e22e93be31da (patch)
tree4d50ead3d0fe6eb1aefc60ae2887d2af9d95a0df /perl-install/standalone/interactive_http
parentb54d7ae174b72b4a39d892320b42c6b5564f4fd0 (diff)
downloaddrakx-backup-do-not-use-8bc714517c06fbc1faea6c4eabf3e22e93be31da.tar
drakx-backup-do-not-use-8bc714517c06fbc1faea6c4eabf3e22e93be31da.tar.gz
drakx-backup-do-not-use-8bc714517c06fbc1faea6c4eabf3e22e93be31da.tar.bz2
drakx-backup-do-not-use-8bc714517c06fbc1faea6c4eabf3e22e93be31da.tar.xz
drakx-backup-do-not-use-8bc714517c06fbc1faea6c4eabf3e22e93be31da.zip
fix typo
Diffstat (limited to 'perl-install/standalone/interactive_http')
-rwxr-xr-xperl-install/standalone/interactive_http/interactive_http.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/interactive_http/interactive_http.cgi b/perl-install/standalone/interactive_http/interactive_http.cgi
index 48dd06fb8..935a4a765 100755
--- a/perl-install/standalone/interactive_http/interactive_http.cgi
+++ b/perl-install/standalone/interactive_http/interactive_http.cgi
@@ -62,7 +62,7 @@ sub force_exit_dead_prog {
sub spawn_server {
my ($prog) = @_;
- my @authorised_progs = map { chomp($_) } cat_('/etc/drakxtools_http/authorised_progs');
+ my @authorised_progs = map { chomp_($_) } cat_('/etc/drakxtools_http/authorised_progs');
member($prog, @authorised_progs) or error("You tried to call a non-authorised program");
fork and return;