diff options
author | David M <davidmj@users.sourceforge.net> | 2006-10-18 23:58:31 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-10-18 23:58:31 +0000 |
commit | 9a0ca3d334396940cc32ed153ccdfef76ece8d9e (patch) | |
tree | c17889692a3e45c2cf95ebee9e1f6e79111798d0 /phpBB/includes/functions.php | |
parent | 2d3af47407cdd95f3983f0379cc8f378e9b564db (diff) | |
download | forums-9a0ca3d334396940cc32ed153ccdfef76ece8d9e.tar forums-9a0ca3d334396940cc32ed153ccdfef76ece8d9e.tar.gz forums-9a0ca3d334396940cc32ed153ccdfef76ece8d9e.tar.bz2 forums-9a0ca3d334396940cc32ed153ccdfef76ece8d9e.tar.xz forums-9a0ca3d334396940cc32ed153ccdfef76ece8d9e.zip |
- typo in functions.php
- #4826
git-svn-id: file:///svn/phpbb/trunk@6510 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 6b04f315b1..58f5c5e4a6 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -586,7 +586,7 @@ if (!function_exists('realpath')) // @todo If the file exists fine and open_basedir only has one path we should be able to prepend it // because we must be inside that basedir, the question is where... - // @interal The slash in is_dir() gets around an open_basedir restriction + // @internal The slash in is_dir() gets around an open_basedir restriction if (!@file_exists($resolved) || (!is_dir($resolved . '/') && !is_file($resolved))) { return false; |