Added a requirement section & rewritten the entry about the use of advanced authentification
This commit is contained in:
@@ -91,11 +91,47 @@
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- REQUIREMENTS -->
|
||||||
|
<a name="require"></a><br />
|
||||||
|
<hr noshade="noshade" width="100%" />
|
||||||
|
<font size="+1">
|
||||||
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
|
</font>
|
||||||
|
<hr noshade="noshade" width="100%" />
|
||||||
|
|
||||||
|
<h2>Requirements</h2>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
phpMyAdmin widely uses the 'str_replace()' php function that was added
|
||||||
|
in PHP 3.0.6, but was buggy up until PHP 3.0.8.
|
||||||
|
Then <font color="#bb0000">you should not run this script with
|
||||||
|
PHP3 < 3.0.8</font>.<br />
|
||||||
|
PHP also needs to be <font color="#bb0000">compiled with mysql
|
||||||
|
and PRCE support</font>;
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
MySQL (tested with 3.21.x, 3.22.x and 3.23.x);
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
a web-browser (doh!).
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
<!-- INTRODUCTION -->
|
<!-- INTRODUCTION -->
|
||||||
<a name="intro"></a><br />
|
<a name="intro"></a><br />
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
@@ -133,7 +169,7 @@
|
|||||||
<td valign="top">(*) </td>
|
<td valign="top">(*) </td>
|
||||||
<td>
|
<td>
|
||||||
phpMyAdmin can compress (GZip format - RFC 1952) dumps and CSV exports
|
phpMyAdmin can compress (GZip format - RFC 1952) dumps and CSV exports
|
||||||
if you use PHP4>=4.0.4 with Zlib support (--with-zlib)
|
if you use PHP>=4.0.4 with Zlib support (--with-zlib)
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -144,6 +180,7 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
@@ -165,7 +202,8 @@
|
|||||||
values.</li>
|
values.</li>
|
||||||
<li> It is recommended that you protect the directory in which
|
<li> It is recommended that you protect the directory in which
|
||||||
you installed phpMyAdmin (unless it's on a closed intranet),
|
you installed phpMyAdmin (unless it's on a closed intranet),
|
||||||
for example with HTTP-AUTH (in a <i>.htaccess</i> file).</li>
|
for example with HTTP-AUTH (in a <i>.htaccess</i> file). See the
|
||||||
|
FAQ section for additional information.</li>
|
||||||
<li> Open the file
|
<li> Open the file
|
||||||
<i><www.your-host.com>/<your-install-dir>/index.php3</i>
|
<i><www.your-host.com>/<your-install-dir>/index.php3</i>
|
||||||
in your browser. phpMyAdmin should now display a welcome screen
|
in your browser. phpMyAdmin should now display a welcome screen
|
||||||
@@ -174,7 +212,8 @@
|
|||||||
|
|
||||||
<p>Installation notes:</p>
|
<p>Installation notes:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li> Be sure to protect the phpMyAdmin-directory. By default, it is not
|
<li>
|
||||||
|
Be sure to protect the phpMyAdmin-directory. By default, it is not
|
||||||
protected in any way! It shouldn't be readable by anyone and
|
protected in any way! It shouldn't be readable by anyone and
|
||||||
especially not by search-engines. Although I've added a "nofollow"
|
especially not by search-engines. Although I've added a "nofollow"
|
||||||
directive on every page, there may be search-engines that don't
|
directive on every page, there may be search-engines that don't
|
||||||
@@ -183,11 +222,14 @@
|
|||||||
You can get an overview of Apache's authentification methods at:<br />
|
You can get an overview of Apache's authentification methods at:<br />
|
||||||
|
|
||||||
<a class="navigation" href="http://www.apacheweek.com/features/userauth">http://www.apacheweek.com/features/userauth</a><br />
|
<a class="navigation" href="http://www.apacheweek.com/features/userauth">http://www.apacheweek.com/features/userauth</a><br />
|
||||||
<li> If you don't use the extension ".php3" for your scripts, you can use
|
</li>
|
||||||
|
<li>
|
||||||
|
If you don't use the extension ".php3" for your scripts, you can use
|
||||||
the bundled script <i>extchg.sh</i> to modify phpMyAdmin (or any other
|
the bundled script <i>extchg.sh</i> to modify phpMyAdmin (or any other
|
||||||
script) to work with a different extension. Beware though, that
|
script) to work with a different extension. Beware though, that
|
||||||
currently changing the extension from .html to something other won't
|
currently changing the extension from .html to something other won't
|
||||||
work (it'd change all "string".htmlspecialchars() constructs). </li>
|
work (it'd change all "string".htmlspecialchars() constructs).
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>Upgrading from an older version:</p>
|
<p>Upgrading from an older version:</p>
|
||||||
@@ -201,11 +243,12 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
<a class="navigation2" href="#faq">FAQ</a> -
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
<a class="navigation2" href="#Developers">Developers</a> -
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
<a class="navigation2" href="#credits">Credits</a>
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
</font>
|
</font>
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
@@ -216,12 +259,12 @@
|
|||||||
<dl>
|
<dl>
|
||||||
<dt><b>$cfgServers</b> array</dt>
|
<dt><b>$cfgServers</b> array</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Since version 1.4.2, phpMyAdmin supports the adminstration of multiple
|
Since version 1.4.2, phpMyAdmin supports the administration of multiple
|
||||||
MySQL-server.
|
MySQL-server.
|
||||||
Therefore, a $cfgServers-array has been added which contains the login
|
Therefore, a $cfgServers-array has been added which contains the login
|
||||||
information for the different servers. $cfgServers[1]['host'] contains
|
information for the different servers. <tt>$cfgServers[1]['host']</tt>
|
||||||
the hostname of the first server, $cfgServers[2]['host'] the hostname
|
contains the hostname of the first server,
|
||||||
of the second server, etc.
|
<tt>$cfgServers[2]['host']</tt> the hostname of the second server, etc.
|
||||||
If you have only one server to administer, simply leave free the
|
If you have only one server to administer, simply leave free the
|
||||||
hostname of the other $cfgServer-entries.
|
hostname of the other $cfgServer-entries.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
@@ -244,10 +287,12 @@
|
|||||||
<dd>
|
<dd>
|
||||||
Whether basic or advanced authentication should be used for this
|
Whether basic or advanced authentication should be used for this
|
||||||
server.<br />
|
server.<br />
|
||||||
Basic authentication ($adv_auth = false) is the plain old way:
|
Basic authentication (<tt>$adv_auth = false</tt>) is the
|
||||||
username and password are stored in config.inc.php3.
|
plain old way: username and password are stored in
|
||||||
Advanced authentication $adv_auth = true) as introduced in 1.3.0
|
<i>config.inc.php3</i>.
|
||||||
allows you to log in as any valid MySQL user via HTTP-Auth.<br />
|
Advanced authentication (<tt>$adv_auth = true</tt>) as
|
||||||
|
introduced in 1.3.0 allows you to log in as any valid MySQL user via
|
||||||
|
HTTP-Auth.<br />
|
||||||
Please note that this authentication mode is
|
Please note that this authentication mode is
|
||||||
<font color="#bb0000">only supported with PHP running as an Apache
|
<font color="#bb0000">only supported with PHP running as an Apache
|
||||||
module</font>, and not with cgi.<br /><br />
|
module</font>, and not with cgi.<br /><br />
|
||||||
@@ -273,7 +318,10 @@
|
|||||||
|
|
||||||
All you have to provide in config.inc is a standard user which can
|
All you have to provide in config.inc is a standard user which can
|
||||||
connect to MySQL and read the mysql user/db table
|
connect to MySQL and read the mysql user/db table
|
||||||
(see $cfgServers[n]['stduser']).
|
(see <tt>$cfgServers[n]['stduser']</tt>).
|
||||||
|
<br /><br />
|
||||||
|
|
||||||
|
See also the FAQ section for more information about security.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -339,17 +387,17 @@
|
|||||||
</tt>
|
</tt>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
then complete the two variables $cfgServers[n]['bookmarkdb']
|
then complete the two variables
|
||||||
and $cfgServers[n]['bookmarktable'] so phpMyAdmin will be able
|
<tt>$cfgServers[n]['bookmarkdb']</tt> and
|
||||||
to find the bookmark table.
|
<tt>$cfgServers[n]['bookmarktable']</tt> so phpMyAdmin will be
|
||||||
|
able to find the bookmark table.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul><br />
|
||||||
<br />
|
|
||||||
For reasons of security, if you want to use bookmark feature and
|
For security reasons, if you want to use the bookmark feature with
|
||||||
advenced authentification, you must configure a different cfgServers
|
advanced authentification, you must configure a different
|
||||||
section for each user.
|
<tt>$cfgServers</tt> section for each user.
|
||||||
<br />
|
<br /><br />
|
||||||
<br />
|
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfgServerDefault</b> integer</dt>
|
<dt><b>$cfgServerDefault</b> integer</dt>
|
||||||
@@ -358,8 +406,8 @@
|
|||||||
$cfgServerDefault to any one of them to autoconnect to that server when
|
$cfgServerDefault to any one of them to autoconnect to that server when
|
||||||
phpMyAdmin is started, or set it to 0 to be given a list of servers
|
phpMyAdmin is started, or set it to 0 to be given a list of servers
|
||||||
without logging in.<br />
|
without logging in.<br />
|
||||||
If you have only one server configured, $cfgServerDefault MUST be set
|
If you have only one server configured, <tt>$cfgServerDefault</tt> MUST
|
||||||
to that server.
|
be set to that server.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -421,17 +469,18 @@
|
|||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfgOrder </b>string ["DESC"|"ASC"]</dt>
|
<dt><b>$cfgOrder </b>string [<tt>"DESC"</tt>|<tt>"ASC"</tt>]</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Defines whether fields are displayed in ascending ("ASC") order or in
|
Defines whether fields are displayed in ascending (<tt>"ASC"</tt>)
|
||||||
descending ("DESC") order when you click on the field-name.
|
order or in descending (<tt>"DESC"</tt>) order when you click on the
|
||||||
|
field-name.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
<dt><b>$cfgShowBlob </b>boolean</dt>
|
<dt><b>$cfgShowBlob </b>boolean</dt>
|
||||||
<dd>
|
<dd>
|
||||||
Defines whether BLOB fields are shown when browsing a table's content
|
Defines whether <tt>BLOB</tt> fields are shown when browsing a table's
|
||||||
or not.
|
content or not.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -496,11 +545,12 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
<a class="navigation2" href="#faq">FAQ</a> -
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
<a class="navigation2" href="#Developers">Developers</a> -
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
<a class="navigation2" href="#credits">Credits</a>
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
</font>
|
</font>
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
@@ -515,8 +565,8 @@
|
|||||||
Common errors include:
|
Common errors include:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Using VARCHAR without a size argument</li>
|
<li>Using <tt>VARCHAR</tt> without a size argument</li>
|
||||||
<li>Using TEXT or BLOB with a size argument</li>
|
<li>Using <tt>TEXT or</tt> BLOB with a size argument</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p>
|
<p>
|
||||||
Also, look at the syntax chapter in the MySQL manual to confirm that your
|
Also, look at the syntax chapter in the MySQL manual to confirm that your
|
||||||
@@ -558,18 +608,10 @@
|
|||||||
host information in the config.inc.php file using the format
|
host information in the config.inc.php file using the format
|
||||||
'host_name:socket_name'.<br />
|
'host_name:socket_name'.<br />
|
||||||
For example:
|
For example:
|
||||||
<tt>$cfgServers[n]['host'] = 'localhost:/tmp/mysql.sock';</tt>
|
<tt>$cfgServers[n]['host'] = 'localhost:/tmp/mysql.sock';</tt>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
|
||||||
<b>I cannot edit the content of a table, even if the README says this is a
|
|
||||||
feature of phpMyAdmin.</b>
|
|
||||||
<br />
|
|
||||||
phpMyAdmin allows only editing of a table's content if the table contains
|
|
||||||
a primary or unique key.
|
|
||||||
</p>
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>phpMyAdmin always gives "Access denied" when using advanced
|
<b>phpMyAdmin always gives "Access denied" when using advanced
|
||||||
authentification.</b>
|
authentification.</b>
|
||||||
@@ -578,8 +620,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
$stduser/$stdpassword is wrong. Try to turn off $adv_auth and use this
|
<tt>$stduser/$stdpassword</tt> is wrong. Try to turn off $adv_auth and
|
||||||
username and password to connect to MySQL.
|
use this username and password to connect to MySQL.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The username/password your specify in the login-dialog is wrong. Try
|
The username/password your specify in the login-dialog is wrong. Try
|
||||||
@@ -631,10 +673,25 @@
|
|||||||
If you're running a server which cannot be accessed by other people, it's
|
If you're running a server which cannot be accessed by other people, it's
|
||||||
sufficient to use the directory protection bundled with your webserver
|
sufficient to use the directory protection bundled with your webserver
|
||||||
(with Apache you can use <i>.htaccess</i> files, for example).<br />
|
(with Apache you can use <i>.htaccess</i> files, for example).<br />
|
||||||
If other people have telnet access to your server, it's not a good idea to
|
If other people have telnet access to your server,
|
||||||
store the MySQL password in clear text in your <i>config.inc.php3</i> file.
|
you should use phpMyAdmin's advanced authentification feature.
|
||||||
You should use phpMyAdmin's advanced authentification feature in this case.
|
<br /><br />
|
||||||
|
Suggestions:
|
||||||
</p>
|
</p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
Your <i>config.inc.php3</i> file should be <tt>chmod 660</tt>.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
All your phpMyAdmin files should be chown phpmy.apache, where phpmy
|
||||||
|
is a user whose password is only known to you, and apache is the
|
||||||
|
group under which Apache runs.
|
||||||
|
</li>
|
||||||
|
<li>
|
||||||
|
You should use PHP safe mode, to protect from other users that try
|
||||||
|
to include your <i>config.inc.php3</i> in their scripts.
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<b>How can I insert a null value into my table?</b>
|
<b>How can I insert a null value into my table?</b>
|
||||||
@@ -657,20 +714,21 @@
|
|||||||
</p>
|
</p>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
Select all entries from the mysql.user table where the
|
Select all entries from the <i>mysql.user</i> table where the
|
||||||
username/password matches the challenging user. If no rows are
|
username/password matches the challenging user. If no rows are
|
||||||
returned, the authentication has failed. Otherwise, phpMyAdmin
|
returned, the authentication has failed. Otherwise, phpMyAdmin
|
||||||
continues with step 2.
|
continues with step 2.
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
If the user's global Select_Priv is "N" (ie the user is not
|
If the user's global <tt>Select_Priv</tt> is "N" (ie the user
|
||||||
allowed to access <i>all</i> databases), phpMyAdmin searches the
|
is not allowed to access <b>all</b> databases), phpMyAdmin searches the
|
||||||
mysql.db table for entries with Select_Priv = "Y" belonging
|
<i>mysql.db</i> table for entries with
|
||||||
to the user. If no entries are found, the authentication has failed.
|
<tt>Select_Priv = "Y"</tt> belonging to the user.
|
||||||
Otherwise, phpMyAdmin shows all databases the user is allowed to view.
|
If no entries are found, the authentication has failed. Otherwise,
|
||||||
|
phpMyAdmin shows all databases the user is allowed to view.
|
||||||
<br />
|
<br />
|
||||||
If the user's global Select_Priv is "Y", all databases in the
|
If the user's global <tt>Select_Priv</tt> is <tt>"Y"</tt>,
|
||||||
system are shown.
|
all databases in the system are shown.
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
<p>
|
<p>
|
||||||
@@ -694,7 +752,7 @@
|
|||||||
<br />
|
<br />
|
||||||
This feature is based on gzencode() to be more independent of the platform
|
This feature is based on gzencode() to be more independent of the platform
|
||||||
(Unix/Windows, Safe Mode or not, and so on).
|
(Unix/Windows, Safe Mode or not, and so on).
|
||||||
So, you must have PHP4 >= 4.0.4 and Zlib support (--with-zlib).
|
So, you must have PHP4 >= 4.0.4 and Zlib support (<tt>--with-zlib</tt>).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -719,11 +777,12 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
<a class="navigation2" href="#faq">FAQ</a> -
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
<a class="navigation2" href="#Developers">Developers</a> -
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
<a class="navigation2" href="#credits">Credits</a>
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
</font>
|
</font>
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
@@ -808,11 +867,12 @@
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
<a class="navigation2" href="#faq">FAQ</a> -
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
<a class="navigation2" href="#Developers">Developers</a> -
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
<a class="navigation2" href="#credits">Credits</a>
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
</font>
|
</font>
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
@@ -838,8 +898,8 @@ CREDITS, in chronological order
|
|||||||
|
|
||||||
[lc] - Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
[lc] - Lo<4C>c Chapeaux <lolo@phpHeaven.net>
|
||||||
* rewrote and optimized javascript, DHTML and DOM stuff
|
* rewrote and optimized javascript, DHTML and DOM stuff
|
||||||
* started to rewrite the scripts so they are XHTML1.0, CSS2 compliant
|
* started to rewrite the scripts so they fit the PEAR coding standards
|
||||||
and fit the PEAR coding standards
|
and generate XHTML1.0 and CSS2 compliant codes
|
||||||
* improved the language detection system
|
* improved the language detection system
|
||||||
* bugfixes
|
* bugfixes
|
||||||
|
|
||||||
@@ -916,11 +976,12 @@ Original Credits of Version 2.1.0
|
|||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
<font size="+1">
|
<font size="+1">
|
||||||
<a class="navigation2" href="#top">Top</a> -
|
<a class="navigation2" href="#top">Top</a> -
|
||||||
|
<a class="navigation2" href="#require">Requirements</a> -
|
||||||
<a class="navigation2" href="#intro">Introduction</a> -
|
<a class="navigation2" href="#intro">Introduction</a> -
|
||||||
<a class="navigation2" href="#setup">Installation</a> -
|
<a class="navigation2" href="#setup">Installation</a> -
|
||||||
<a class="navigation2" href="#config">Configuration</a> -
|
<a class="navigation2" href="#config">Configuration</a> -
|
||||||
<a class="navigation2" href="#faq">FAQ</a> -
|
<a class="navigation2" href="#faq">FAQ</a> -
|
||||||
<a class="navigation2" href="#Developers">Developers</a> -
|
<a class="navigation2" href="#developers">Developers</a> -
|
||||||
<a class="navigation2" href="#credits">Credits</a>
|
<a class="navigation2" href="#credits">Credits</a>
|
||||||
</font>
|
</font>
|
||||||
<hr noshade="noshade" width="100%" />
|
<hr noshade="noshade" width="100%" />
|
||||||
|
Reference in New Issue
Block a user