Jose Diaz-Gonzalez is a developer living in New York City. He currently works at SeatGeek
1 2 3 4 5 6
<?php header('Pragma: no-cache'); header('Cache-Control: no-store, no-cache, max-age=0, must-revalidate'); header('Content-Type: text/x-json'); echo $content_for_layout; ?>
Discussion