Files
salsa/Facebook/jsonwrapper/jsonwrapper.php
T
Blake Schwendiman 86e529e09d first commit
2010-04-06 08:19:07 -07: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';
}
?>