forked from GNUsocial/gnu-social
1d4f1f6bf6
Added some of the standard directories darcs-hash:20080506151729-84dde-563da8505e06a7302041c93ab157ced31165876c.gz
7 lines
144 B
PHP
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';
|
|
}
|
|
?>
|