Gather all the Facebook stuff together in one place
This commit is contained in:
6
plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php
Normal file
6
plugins/Facebook/facebook/jsonwrapper/jsonwrapper.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?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';
|
||||
}
|
||||
?>
|
Reference in New Issue
Block a user