Show
Ignore:
Timestamp:
08/21/10 20:31:41 (21 months ago)
Author:
ort
Message:

Избавляемся от использования JsHttpRequest? и отдаем ответы в формате JSON

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/ajax/blogs_top.php

    r413 r996  
    4242 
    4343 
    44 $GLOBALS['_RESULT'] = array( 
     44$aResult = array( 
    4545"bStateError"     => $bStateError, 
    4646"sText"   => $sTextResult, 
     
    4949); 
    5050 
     51if (!headers_sent()) { 
     52        header('Content-type: application/json'); 
     53} 
     54echo json_encode($aResult); 
    5155?>