Viewing 1 replies (of 1 total)
  • Thread Starter Philip Isaacs

    (@pisaacs)

    Actuall, now that I look at it. It appears to be hitting the page, but I don’t pass the required test.

    So I get this “Unauthorized access.”

    $command = W3_Request::get_string('command');
    $nonce = W3_Request::get_string('nonce');
    $uri = $_SERVER['REQUEST_URI'];
    if (wp_hash($uri) == $nonce) {

    Any help?

Viewing 1 replies (of 1 total)
  • The topic ‘APC.php in W3 Total Cache’ is closed to new replies.