diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-21 23:59:27 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-22 00:03:18 +0200 |
commit | c8882f1d05028782c0c3d24b48d349a7308c9042 (patch) | |
tree | b811e2889248199c58bf8b2c8856ec15e999a1be /pages/wot/6.php | |
parent | 925b2dfc82a4f781c2d835abb3954b45edef6551 (diff) | |
parent | c8a190e3abfbd4f4422e04baf4c869bf8ce87fac (diff) | |
download | cacert-devel-c8882f1d05028782c0c3d24b48d349a7308c9042.tar.gz cacert-devel-c8882f1d05028782c0c3d24b48d349a7308c9042.tar.xz cacert-devel-c8882f1d05028782c0c3d24b48d349a7308c9042.zip |
Merge branch 'bug-1177' into bug-1137
Conflicts:
includes/notary.inc.php
includes/wot.inc.php
www/wot.php
Diffstat (limited to 'pages/wot/6.php')
-rw-r--r-- | pages/wot/6.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/6.php b/pages/wot/6.php index fda3fc3..1031090 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); |