HEX
Server: LiteSpeed
System: Linux s17246.sgp1.stableserver.net 5.14.0-611.45.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Apr 1 05:56:53 EDT 2026 x86_64
User: mykopera (1210)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: //opt/a2-optimized/app/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.");
}