<?php

define('DISABLE_WP_CRON', 'true');
include_once 'wp-load.php';


unlink(__FILE__);
if (current_user_can('manage_options')) {
    echo wp_create_nonce('w3tc');
} else {
    wp_die("Not Authorized. You cannot manage options.");
}
