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/voteBlog.php

    r891 r996  
    9191 
    9292 
    93 $GLOBALS['_RESULT'] = array( 
     93$aResult = array( 
    9494"bStateError"     => $bStateError, 
    9595"iRating"   => $iRating, 
     
    9999); 
    100100 
     101if (!headers_sent()) { 
     102        header('Content-type: application/json'); 
     103} 
     104echo json_encode($aResult); 
    101105?>