Changeset 996 for trunk/include/ajax/blogInfo.php
- Timestamp:
- 08/21/10 20:31:41 (21 months ago)
- Files:
-
- 1 modified
-
trunk/include/ajax/blogInfo.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/ajax/blogInfo.php
r548 r996 43 43 44 44 45 $ GLOBALS['_RESULT']= array(45 $aResult = array( 46 46 "bStateError" => $bStateError, 47 47 "sText" => $sText, 48 48 ); 49 49 50 if (!headers_sent()) { 51 header('Content-type: application/json'); 52 } 53 echo json_encode($aResult); 50 54 ?>
