config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-10-22 Robin Johnson <robbat2@users.sourceforge.net>
|
||||||
|
* config.inc.php3: remove ENCODE, DECODE, ENCRYPT functions.
|
||||||
|
|
||||||
2001-10-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
2001-10-21 Lo<4C>c Chapeaux <lolo@phpheaven.net>
|
||||||
* user_details.php3, libraries/user_details.js: restored the "show grants"
|
* user_details.php3, libraries/user_details.js: restored the "show grants"
|
||||||
table at the top of the "other grants" page.
|
table at the top of the "other grants" page.
|
||||||
|
@@ -208,13 +208,10 @@ $cfgFunctions = array(
|
|||||||
'ASCII',
|
'ASCII',
|
||||||
'CHAR',
|
'CHAR',
|
||||||
'SOUNDEX',
|
'SOUNDEX',
|
||||||
'ENCRYPT',
|
|
||||||
'LCASE',
|
'LCASE',
|
||||||
'UCASE',
|
'UCASE',
|
||||||
'NOW',
|
'NOW',
|
||||||
'PASSWORD',
|
'PASSWORD',
|
||||||
'ENCODE',
|
|
||||||
'DECODE',
|
|
||||||
'MD5',
|
'MD5',
|
||||||
'RAND',
|
'RAND',
|
||||||
'LAST_INSERT_ID',
|
'LAST_INSERT_ID',
|
||||||
|
Reference in New Issue
Block a user