]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - extlib/facebook/jsonwrapper/jsonwrapper.php
trac750 added Facebook client libs for PHP to extlib dir
[quix0rs-gnu-social.git] / extlib / facebook / jsonwrapper / jsonwrapper.php
diff --git a/extlib/facebook/jsonwrapper/jsonwrapper.php b/extlib/facebook/jsonwrapper/jsonwrapper.php
new file mode 100644 (file)
index 0000000..29509de
--- /dev/null
@@ -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';
+} 
+?>