forked from GNUsocial/gnu-social
088081675f
This reverts commit 5ab709b739
.
Missed this one yesterday...
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';
|
|
}
|
|
?>
|