]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - Facebook/facebook/jsonwrapper/jsonwrapper.php
Introduced common_location_shared() to check if location sharing is always,
[quix0rs-gnu-social.git] / Facebook / facebook / jsonwrapper / jsonwrapper.php
1 <?php
2 # In PHP 5.2 or higher we don't need to bring this in
3 if (!function_exists('json_encode')) {
4         require_once 'jsonwrapper_inner.php';
5
6 ?>