1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 00:06:26 +02:00
Files
php-e107/e107_plugins/facebook_old/facebook-client/jsonwrapper/jsonwrapper.php
2012-05-29 21:24:17 +00:00

7 lines
144 B
PHP

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