diff options
author | INOPIAE <inopiae@cacert.org> | 2012-12-19 01:10:15 +0100 |
---|---|---|
committer | INOPIAE <inopiae@cacert.org> | 2012-12-19 01:10:15 +0100 |
commit | a192e6f52e0c6998a55010241254399357ed8489 (patch) | |
tree | 2967f3a9bbf86ea96751f75cb7f50ee86c2d88f4 | |
parent | a76b65d7b33aac6a8086b8408c7da3e20cd273f2 (diff) | |
download | cacert-devel-a192e6f52e0c6998a55010241254399357ed8489.tar.gz cacert-devel-a192e6f52e0c6998a55010241254399357ed8489.tar.xz cacert-devel-a192e6f52e0c6998a55010241254399357ed8489.zip |
bug 1112: changed include to ../ instead ../../
-rw-r--r-- | pages/wot/4.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/wot/4.php b/pages/wot/4.php index c652731..90ddaf2 100644 --- a/pages/wot/4.php +++ b/pages/wot/4.php @@ -15,7 +15,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -include_once("../../includes/wot.inc.php"); +include_once("../includes/wot.inc.php"); ?> <h3><?=_("Trusted Third Parties")?></h3> |