diff --git a/ChangeLog b/ChangeLog index c4f6ad20b..fbe27ed0c 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,7 @@ $Source$ 2002-06-11 Alexander M. Turek * libraries/display_tbl.lib.php3: JS fixes, thanks to Richard Hornsby . + * Documentation.html: Fixed a typo. 2002-06-11 Marc Delisle * pdf_pages.php3, lang/*, Documentation.html: new message with doc diff --git a/Documentation.html b/Documentation.html index c2898c286..01b5228bd 100755 --- a/Documentation.html +++ b/Documentation.html @@ -398,7 +398,7 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'] . (!empty($_SERVER['SERVER_PORT']) ? ':' . $_SERVER['SERVER_PORT'] : '') - . substr($_SERVER['PHP_SELF'], 0, strrpos($['PHP_SELF'], '/')+1); + . substr($_SERVER['PHP_SELF'], 0, strrpos($_SERVER['PHP_SELF'], '/')+1); or