Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 2003 Rev 2005
Línea 3096... Línea 3096...
3096
        ]);
3096
        ]);
3097
    }
3097
    }
Línea 3098... Línea 3098...
3098
    
3098
    
3099
    public function deleteAccountAction()
3099
    public function deleteAccountAction()
3100
    {
-
 
-
 
3100
    {
-
 
3101
        $rawdata = file_get_contents("php://input");
-
 
3102
        error_log('url = ' . $_SERVER['REQUEST_URI']);
-
 
3103
        error_log('query = ' . $_SERVER['QUERY_STRING']);
Línea 3101... Línea 3104...
3101
        
3104
        error_log('$rawdata = ' . $rawdata );
3102
        
3105
        
Línea 3119... Línea 3122...
3119
                ]
3122
                ]
3120
            ]);
3123
            ]);
Línea 3121... Línea 3124...
3121
            
3124
            
Línea -... Línea 3125...
-
 
3125
        } else  if($request->isPost()) {
-
 
3126
            
3122
        } else  if($request->isPost()) {
3127
 
3123
            
3128
            
Línea 3124... Línea 3129...
3124
            $code = $this->params()->fromPost('code');
3129
            $code = $this->params()->fromPost('code');