// Limit post revisions to 3 define( 'WP_POST_REVISIONS', 3 );
// ** Database Charset to use in creating database tables. ** // define( 'DB_CHARSET', 'utf8' ); define( 'DB_COLLATE', '' ); wp config.php
If you suspect a session hijack, regenerate your security keys instantly via the WordPress Salt Generator . Copy/paste the new output into your wp-config.php . This logs out all active users. // Limit post revisions to 3 define( 'WP_POST_REVISIONS',
chmod 600 wp-config.php