Sha256: 4eb4b7190f293c99f13c2a6e70bddf75b360e426a6c52e078c36868577b271c1
Contents?: true
Size: 193 Bytes
Versions: 12
Compression:
Stored size: 193 Bytes
Contents
<?php error_reporting(0); $callback = $_REQUEST['callback']; $json = $_REQUEST['json']; $text = json_encode(file_get_contents(dirname(__FILE__)."/with_fries.xml")); echo "$callback($text)"; ?>
Version data entries
12 entries across 12 versions & 2 rubygems