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