]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php
Remove more contractions
[quix0rs-gnu-social.git] / plugins / Facebook / facebook / jsonwrapper / jsonwrapper.php
1 <?php
2 # In PHP 5.2 or higher we do not need to bring this in
3 if (!function_exists('json_encode')) {
4         require_once 'jsonwrapper_inner.php';
5
6 ?>