diff options
author | Benny Baumann <BenBE@geshi.org> | 2013-07-22 06:53:45 +0200 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2013-07-22 06:53:45 +0200 |
commit | 32bec6416a6f6e40b912a707830b6c7385a9a056 (patch) | |
tree | 5de4318af0238aab82207a00bcee3435eb9634c4 /www | |
parent | c0c47e65f84e1ae3cb46706ef6cb30d8df32c8ac (diff) | |
download | cacert-devel-32bec6416a6f6e40b912a707830b6c7385a9a056.tar.gz cacert-devel-32bec6416a6f6e40b912a707830b6c7385a9a056.tar.xz cacert-devel-32bec6416a6f6e40b912a707830b6c7385a9a056.zip |
bug 893: Remove temp_functions.php
Diffstat (limited to 'www')
-rw-r--r-- | www/disputes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/disputes.php b/www/disputes.php index 49fa395..34a447a 100644 --- a/www/disputes.php +++ b/www/disputes.php @@ -17,7 +17,7 @@ */ ?> <? require_once("../includes/loggedin.php"); - require_once("../includes/temp_functions.php"); + require_once("../includes/notary.inc.php"); loadem("account"); |