Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 219 | Rev 222 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 219 Rev 221
Línea 1375... Línea 1375...
1375
    {
1375
    {
1376
        $request = $this->getRequest();
1376
        $request = $this->getRequest();
Línea 1377... Línea 1377...
1377
        
1377
        
Línea 1378... Línea -...
1378
        if($request->isPost()) {
-
 
1379
            
-
 
-
 
1378
        if($request->isPost()) {
Línea 1380... Línea 1379...
1380
           // $rawdata = file_get_contents("php://input");
1379
            
Línea 1381... Línea 1380...
1381
           // error_log('$rawdata = ' . $rawdata );
1380
           
Línea 1390... Línea 1389...
1390
           
1389
           
1391
            
1390
            
1392
            //error_log('device_uuid = ' . $device_uuid);
1391
            //error_log('device_uuid = ' . $device_uuid);
-
 
1392
            //error_log('sync_id = ' . $sync_id);
-
 
1393
            //error_log(print_r($data, true));
-
 
1394
            
-
 
1395
            
Línea 1393... Línea 1396...
1393
            //error_log('sync_id = ' . $sync_id);
1396
            $rawdata = file_get_contents("php://input");
Línea 1394... Línea 1397...
1394
            //error_log(print_r($data, true));
1397
            error_log('$rawdata = ' . $rawdata );
1395
           
1398