diff options
author | Michael Tänzer <neo@nhng.de> | 2012-04-15 20:31:05 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-04-15 20:31:05 +0200 |
commit | 2f25d338d1f7ffe9b0b1e843fa5650f284b0c52a (patch) | |
tree | 7fc00f970b58b237f859e244c901bef805befaa0 /pages | |
parent | 0c674e38808f02774b65ea0af9e72825a807412c (diff) | |
download | cacert-devel-2f25d338d1f7ffe9b0b1e843fa5650f284b0c52a.tar.gz cacert-devel-2f25d338d1f7ffe9b0b1e843fa5650f284b0c52a.tar.xz cacert-devel-2f25d338d1f7ffe9b0b1e843fa5650f284b0c52a.zip |
bug 1027: Doh, missing slashbug-1027
Signed-off-by: Michael Tänzer <neo@nhng.de>
Diffstat (limited to 'pages')
-rw-r--r-- | pages/account/38.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/38.php b/pages/account/38.php index 95c0f84..7caddb0 100644 --- a/pages/account/38.php +++ b/pages/account/38.php @@ -16,4 +16,4 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once(dirname(__FILE__)."../index/13.php"); +require_once(dirname(__FILE__)."/../index/13.php"); |