e35f40528b
darcs-hash:20081208005816-7b5ce-b7ec90e310ddc609fe88d54cfac5ec7bc67da6ca.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';
|
|
}
|
|
?>
|