= AUTH_READ && $INFO['isadmin'] ) { $file = wikiFN($ID, $REV); $ins = p_cached_instructions($file, false, $ID); $body = json_encode($ins, JSON_PRETTY_PRINT); header("Content-Type: application/json; charset=utf-8"); header("X-Robots-Tag: noindex"); echo $body; } else { http_status(403); } exit; } }