added warning for Mac users thanks to "g-doggie"
This commit is contained in:
parent
583b8d2a89
commit
d9a2824909
@ -9,7 +9,10 @@ $Source$
|
||||
* left.php3:
|
||||
- improved the js object detection system;
|
||||
- fixed some bugs with the patch from Korakot.
|
||||
* Documentation.html, lines 469-475: added the $cfgShowTooltip entry.
|
||||
* Documentation.html:
|
||||
- lines 238-244: added warning for Mac users thanks to
|
||||
"g-doggie" <penumbradesign at hotmail.com>;
|
||||
- lines 476-482: added the $cfgShowTooltip entry.
|
||||
|
||||
2001-10-04 Korakot Chaovavanich <korakot@iname.com>
|
||||
* table comment(description) as tooltip (request #464084).
|
||||
|
||||
@ -72,7 +72,7 @@
|
||||
|
||||
<body bgcolor="#FFFFFF">
|
||||
<a name="top"></a>
|
||||
<h1>phpMyAdmin 2.2.1-dev Documentation</h1>
|
||||
<h1>phpMyAdmin 2.2.1-rc1 Documentation</h1>
|
||||
|
||||
|
||||
<!-- TOP MENU -->
|
||||
@ -235,6 +235,13 @@
|
||||
|
||||
<h2>Configuration</h2>
|
||||
|
||||
<p>
|
||||
<font color="#bb0000">Warning for Mac users:</font> php seems not to like
|
||||
Mac end of lines character ("<tt>\r</tt>"). So ensure you choose the option
|
||||
that allows to use the *nix end of line character ("<tt>\n</tt>") in your
|
||||
text editor before registering a script you have modified.
|
||||
</p>
|
||||
|
||||
<p>All configurable data is placed in <i>config.inc.php3</i>.</p>
|
||||
<dl>
|
||||
<dt><b>$cfgPmaAbsoluteUri</b> string</dt>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user