From d2007817b54591de8e0f89939839eb1bcf730720 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sun, 21 Jul 2013 22:08:27 +0200 Subject: bug 1177: Update include references from wot.inc.php to link to notary.inc.php --- pages/wot/6.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pages/wot/6.php') diff --git a/pages/wot/6.php b/pages/wot/6.php index 28c1875..037eb7e 100644 --- a/pages/wot/6.php +++ b/pages/wot/6.php @@ -40,7 +40,7 @@ $name = $fname." ".$mname." ".$lname." ".$suffix; $_SESSION['_config']['wothash'] = md5($name."-".$dob); - include_once($_SESSION['_config']['filepath']."/includes/wot.inc.php"); + require_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); AssureHead(_("Assurance Confirmation"),sprintf(_("Please check the following details match against what you witnessed when you met %s in person. You MUST NOT proceed unless you are sure the details are correct. You may be held responsible by the CAcert Arbitrator for any issues with this Assurance."), $fname)); AssureTextLine(_("Name"),$name); -- cgit v1.2.1