for Lo�c

This commit is contained in:
Alexander M. Turek
2002-08-14 08:15:33 +00:00
parent 3856ae7175
commit 6cf355e256
4 changed files with 13 additions and 5 deletions

View File

@@ -5,6 +5,12 @@ phpMyAdmin - Changelog
$Id$
$Source$
2002-08-14 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* Documentation.html, lines 2251-2252: fixed an XHTML error.
* main.php3: removed some extra space characters.
* scripts/create_release.sh: add a reminder about checking language files
validity.
2002-08-13 Michal Cihar <nijel@users.sourceforge.net>
* lang/czech-*.inc.php3: Updates.
* lang/sync_lang.sh: Allow running only on specified translations.

View File

@@ -2248,8 +2248,8 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://'
work with it, nor delete it.<br />
</p>
<p name="faqsqlvalidator">
<a name="faqsqlvalidator" />
<a name="faqsqlvalidator"></a>
<p>
<b>[6.14] How do I set up the SQL validator?</b>
<br />
To use it, you need a very recent version of PHP, built with

View File

@@ -577,8 +577,8 @@ if ($display_pmaAbsoluteUri_warning) {
/**
* Warning if using the default MySQL privileged account
*/
if ($cfg['Server']['auth_type'] == 'config'
&& $cfg['Server']['user'] == 'root'
if ($cfg['Server']['auth_type'] == 'config'
&& $cfg['Server']['user'] == 'root'
&& $cfg['Server']['password'] == '') {
echo '<p class="warning">' . $strInsecureMySQL . '</p>' . "\n";
}

View File

@@ -47,6 +47,8 @@ Please ensure you have:
3. synchronized the language files:
cd lang
./sync_lang.sh
and checked all language files are valid (use
the "./scripts/check_lang.php3" script to do it).
Continue (y/n)?
END
@@ -59,7 +61,7 @@ then
fi
if [ -e cvs ];
if [ -e cvs ];
then
mv cvs cvs-`date +%s`
fi