From 509257b43a7a97b2df845a9563989e80334b6c02 Mon Sep 17 00:00:00 2001 From: "max.mehl" Date: Fri, 24 Mar 2017 02:27:31 +0100 Subject: [PATCH] change confirmation URL to real address --- static/cgi/sign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/cgi/sign.php b/static/cgi/sign.php index a394464..dfd49b7 100644 --- a/static/cgi/sign.php +++ b/static/cgi/sign.php @@ -2,7 +2,7 @@ $codemod = 2138367; // modificator with which the confirmation ID will be obfuscated $output = ""; -$selfurl = "http://pmpc-test.mehl.mx/cgi/sign.php"; // absolute URL of this PHP script +$selfurl = "http://pmpc.mehl.mx/cgi/sign.php"; // absolute URL of this PHP script $db = "../../signatures.json"; // Signature database path // Get basic info from form