Trailing slash on help path bug fixed.
This commit is contained in:
@@ -10,6 +10,7 @@ $Source$
|
||||
* Table Maintence Features added in tbl_properties.php3
|
||||
* Fixed create table "default" bug.
|
||||
* Language tags for Table Types & Table Maintance
|
||||
* Trailing slash on help path bug
|
||||
|
||||
2001-05-04 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||
* grab_globals.inc.php3 handles now the $HTTP_POST_FILES array
|
||||
|
@@ -47,7 +47,8 @@ $cfgServerDefault = 1; // Default server (0 = no def
|
||||
$cfgServer = '';
|
||||
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;
|
||||
$cfgPersistentConnections = false;
|
||||
|
Reference in New Issue
Block a user