This commit is contained in:
david 2002-04-14 00:07:50 +00:00
parent b5f3a02ea7
commit 8b09b24a66
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $email = $L->Param('email');
unless ($L->Admin()){
%userdocs = $L->UserDocs($L->CurrentUserID());
unless ($userdocs{$doc_id) {
unless ($userdocs{$doc_id}) {
$L->Redirect("wrongpermission.pl");
}
}

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl
#!/usr/bin/perl
#
use Lampadas;
use Lampadas::Database;