Skip to content

Commit

Permalink
Remove these intentional errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 10, 2024
1 parent 7a40f71 commit 8b15373
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wp-crontrol.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
const PLUGIN_FILE = __FILE__;
const WP_CRONTROL_VERSION = '1.17.1';

echo $_GET['foo'];

if ( ! defined( 'ABSPATH' ) ) {
header( 'HTTP/1.1 403 Forbidden' );
exit;
Expand All @@ -53,8 +51,6 @@
return;
}

strlen( 3 );

require_once __DIR__ . '/vendor/autoload.php';
require_once __DIR__ . '/src/bootstrap.php';
require_once __DIR__ . '/src/event.php';
Expand Down

0 comments on commit 8b15373

Please sign in to comment.