diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-21 22:08:27 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-21 22:08:27 +0200 |
commit | d2007817b54591de8e0f89939839eb1bcf730720 (patch) | |
tree | 03443799a2796e641dd5a4e45d7ddb7be049500c /pages/wot/15.php | |
parent | ffa741b041735b1dc400ac83ecf65085579cc57c (diff) | |
download | cacert-devel-d2007817b54591de8e0f89939839eb1bcf730720.tar.gz cacert-devel-d2007817b54591de8e0f89939839eb1bcf730720.tar.xz cacert-devel-d2007817b54591de8e0f89939839eb1bcf730720.zip |
bug 1177: Update include references from wot.inc.php to link to notary.inc.php
Diffstat (limited to 'pages/wot/15.php')
-rw-r--r-- | pages/wot/15.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/15.php b/pages/wot/15.php index 8579588..cca2702 100644 --- a/pages/wot/15.php +++ b/pages/wot/15.php @@ -16,7 +16,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ - include_once($_SESSION['_config']['filepath']."/includes/wot.inc.php"); + require_once($_SESSION['_config']['filepath']."/includes/notary.inc.php"); $userid = intval($_SESSION['profile']['id']); |