wp-config.php
-
Background: I am a very simiple-level WP user who assembled a 4 page website that worked, then a week ago stopped working. I spend 3 hours learning the cause from a really helpful video and now i have returned it to being able to update plugins – to un-crash it. but it left me with a question:
Does anybody know why extra lines in wp-config.php would be added or be modified wihtout admin knowledge ?
The two lines (at the end of the file)define(‘DISALLOW_FILE_EDIT’, true);
define(‘DISALLOW_FILE_MODS’, true);had to be changed back to
define(‘DISALLOW_FILE_EDIT’, false);
define(‘DISALLOW_FILE_MODS’, false);I′m just really curious to know why and how this happened? I am the only user on this site. Does WP get updated without site-admins being informed?
Thnks for any answers.
- The topic ‘wp-config.php’ is closed to new replies.