Updated check for all common plugin PHP files being called directly and now sending...
authorChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Aug 2017 20:28:30 +0000 (16:28 -0400)
committerChuck Scott <cscott@gaslightmedia.com>
Fri, 11 Aug 2017 20:28:30 +0000 (16:28 -0400)
uninstall.php

index c14e7a2..a89db67 100644 (file)
@@ -16,15 +16,6 @@ die('uninstall not configured - See plugin uninstall.php script!');
  * @link     http://dev.gaslightmedia.com/
  */
 
-/**********************************************************************
- *  NOTE: THIS IS A EVENTS FILE - DO NOT USE UNMODIFIED
- *
- *  Please change all references to events, Events, or EVENTS to a name
- *  appropriate for your new Add-On.
- *
- *  Remove this message before using this file in production!
- **********************************************************************/
-
 // Check that we're being called by WordPress.
 if (!defined('ABSPATH')) {
     header("Location: http://".$_SERVER['SERVER_NAME']."/error/404.html");