This commit is contained in:
Alexander M. Turek
2002-06-11 15:30:02 +00:00
parent f16d0d3c8d
commit 7e8e1375b0
2 changed files with 2 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ $Source$
2002-06-11 Alexander M. Turek <rabus@users.sourceforge.net>
* libraries/display_tbl.lib.php3: JS fixes, thanks to
Richard Hornsby <rhornsby at users.sourceforge.net>.
* Documentation.html: Fixed a typo.
2002-06-11 Marc Delisle <lem9@users.sourceforge.net>
* pdf_pages.php3, lang/*, Documentation.html: new message with doc

View File

@@ -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