Skip to content

Commit

Permalink
Ongoing
Browse files Browse the repository at this point in the history
  • Loading branch information
Klink committed Nov 12, 2012
1 parent e628a19 commit 2b86990
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.pl
Expand Up @@ -26,15 +26,15 @@
-encoding => 'UTF-8',
-title => "Accès temporaire");

print $ENV{"REMOTE_USER"}." BLALBLA <br>";
# handle a posted form, if a user was provided

foreach my $key (sort(keys %ENV)) {
print "$key = $ENV{$key}<br>\n";
}


print end_html();
# otherwise print a form to allow user to register
print start_form(-method=>"POST").textfield(-name=>'url', -default=>'http://').end_form();



print end_html();

# EOF

0 comments on commit 2b86990

Please sign in to comment.