On Donncha O Caoimh's page about what to do if your site gets hacked, he mentions you can add this to the wp-config file:
define(‘SECRET_KEY’, ’1234567890′ );
I know all about the wp-config's secret keys and the new SALT values, but I'm just curious if the 'SECRET_KEY' version is an older no longer used value.
Thanks