:: **Zploit** v1.0 | Current Path: **/opt/a2-optimized/app/**
:: Editing File: a2_w3tc_nonce.php
<?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."); }