Trailing slash on help path bug fixed.

This commit is contained in:
Robin Johnson
2001-05-06 01:15:56 +00:00
parent 9df389a089
commit 8649b504a2
2 changed files with 3 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ $Source$
* Table Maintence Features added in tbl_properties.php3 * Table Maintence Features added in tbl_properties.php3
* Fixed create table "default" bug. * Fixed create table "default" bug.
* Language tags for Table Types & Table Maintance * Language tags for Table Types & Table Maintance
* Trailing slash on help path bug
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net> 2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array * grab_globals.inc.php3 handles now the $HTTP_POST_FILES array

View File

@@ -47,7 +47,8 @@ $cfgServerDefault = 1; // Default server (0 = no def
$cfgServer = ''; $cfgServer = '';
unset($cfgServers[0]); unset($cfgServers[0]);
$cfgManualBase = "http://www.mysql.com/documentation/mysql/bychapter/"; // Be sure to include no trailing slash on the path
$cfgManualBase = "http://www.mysql.com/documentation/mysql/bychapter";
$cfgConfirm = true; $cfgConfirm = true;
$cfgPersistentConnections = false; $cfgPersistentConnections = false;