Search found 1 match

by riquet
Tue Dec 20, 2005 2:04 am
Forum: General EM Discussion
Topic: Readme file for EasyMOD.
Replies: 16
Views: 40222

Re: Readme file for EasyMOD.

Hello everyone,

Be careful, the SQL statement in the Readme is wrong.

UPDATE phpbb_config SET 'd41d8cd98f00b204e9800998ecf8427e' WHERE config_name = 'EM_password' LIMIT 1



It should be:


UPDATE phpbb_config SET config_value='d41d8cd98f00b204e9800998ecf8427e' WHERE config_name = 'EM_password ...