Created
June 25, 2013 15:47
-
-
Save bordoni/5859568 to your computer and use it in GitHub Desktop.
Some definitions for security on WordPress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /** | |
| * WordPress Files Edition Security | |
| * Nobody can be able to edit files within the admin it self | |
| */ | |
| define( 'DISALLOW_FILE_EDIT', true ); | |
| define( 'DISALLOW_FILE_MODS', true ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment