Gather all the Facebook stuff together in one place

This commit is contained in:
Zach Copley
2009-10-21 01:07:03 +00:00
parent 78e5a5980a
commit d07c9d8750
18 changed files with 4 additions and 76 deletions

View 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';
}
?>