Last active
August 29, 2015 14:20
-
-
Save yratof/dcba43bbf2f4097b23ee to your computer and use it in GitHub Desktop.
MU Plugin for Clients
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 | |
/* | |
Plugin Name: Stop touching my files | |
Plugin URI: http://eyeversuseye.com | |
Description: This stops you touching my files. I'm sick of you doing it. SICK OF IT! | |
Author: Andrew Lazarus | |
Version: Unlimited. | |
Author URI: http://eyeversuseye.com | |
Notes: Stop touching my files and then | |
complaining about your changes not being | |
there | |
*/ | |
define( 'DISALLOW_FILE_MODS', TRUE ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment