diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/verifystart.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/verifystart.jsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf-as-web/src/main/webapp/verifystart.jsp b/pdf-as-web/src/main/webapp/verifystart.jsp index 8a5af476..86795d23 100644 --- a/pdf-as-web/src/main/webapp/verifystart.jsp +++ b/pdf-as-web/src/main/webapp/verifystart.jsp @@ -3,7 +3,7 @@ </head> <body> <h1>Verify PDF-Dokument</h1> -<form action="Sign" method="POST" enctype="multipart/form-data"> +<form action="Verify" method="POST" enctype="multipart/form-data"> <input type="file" name="pdf-file" /> |