xcat-core/xCAT-UI/ui.old/security/jsonwrapper.php
2010-06-16 18:20:19 +00: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';
}
?>