summaryrefslogtreecommitdiff
path: root/plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php
blob: 9c6c626632f6e5661769a93c8773d55c4a0d886d (plain)
1
2
3
4
5
6
<?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';
} 
?>