[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 -- user_token patch 2 -- 2004-09-23 3 4 ALTER TABLE /*$wgDBprefix*/user ADD user_token binary(32) NOT NULL default ''; 5 6 UPDATE /*$wgDBprefix*/user SET user_token = concat( 7 substring(rand(),3,4), 8 substring(rand(),3,4), 9 substring(rand(),3,4), 10 substring(rand(),3,4), 11 substring(rand(),3,4), 12 substring(rand(),3,4), 13 substring(rand(),3,4), 14 substring(rand(),3,4) 15 );
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |