<?php
# In PHP 5.2 or higher we do not need to bring this in
if (!function_exists('json_encode')) {
require_once 'jsonwrapper_inner.php';
}
?>