typo
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user