Put the ENCRYPT function back to the config file.
(hey, we're supposed to improve phpmyadmin, not to remove existing features! :)
This commit is contained in:
@@ -6,6 +6,9 @@ $Id$
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
|
||||||
|
2001-10-27 Olivier M<>ller <om@omnis.ch>
|
||||||
|
* config.inc.php3: put the ENCRYPT function back to the config file.
|
||||||
|
|
||||||
2001-10-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-10-26 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* tbl_change.php3, lines 198-205: fixed a crash with binary "characters".
|
* tbl_change.php3, lines 198-205: fixed a crash with binary "characters".
|
||||||
Bug was reported by Joshua Nye <josh at boxcarmedia.com> to the
|
Bug was reported by Joshua Nye <josh at boxcarmedia.com> to the
|
||||||
@@ -40,7 +43,7 @@ $Source$
|
|||||||
- taken into account wildcards in the databases names get from the
|
- taken into account wildcards in the databases names get from the
|
||||||
"mysql.db" table;
|
"mysql.db" table;
|
||||||
- get all privilege at the begenning of the script;
|
- get all privilege at the begenning of the script;
|
||||||
### * released 2.2.1 revision. ###
|
* ### released 2.2.1 revision. ###
|
||||||
|
|
||||||
2001-10-24 Marc Delisle <lem9@users.sourceforge.net>
|
2001-10-24 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* main.php3 (for Lo<4C>c): a non-empty only_db was removing the MySQL links on
|
* main.php3 (for Lo<4C>c): a non-empty only_db was removing the MySQL links on
|
||||||
|
@@ -217,6 +217,7 @@ $cfgFunctions = array(
|
|||||||
'NOW',
|
'NOW',
|
||||||
'PASSWORD',
|
'PASSWORD',
|
||||||
'MD5',
|
'MD5',
|
||||||
|
'ENCRYPT',
|
||||||
'RAND',
|
'RAND',
|
||||||
'LAST_INSERT_ID',
|
'LAST_INSERT_ID',
|
||||||
'COUNT',
|
'COUNT',
|
||||||
|
Reference in New Issue
Block a user