Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3639 Rev 3671
Línea 301... Línea 301...
301
                'rand' => $rand,
301
                'rand' => $rand,
302
                'time' => $timestamp,
302
                'time' => $timestamp,
303
            ];
303
            ];
Línea 304... Línea 304...
304
          
304
          
305
            
305
            
Línea 306... Línea 306...
306
            $currentUserPlugin = $this->plugin('currentUserPlugin');
306
            $currentUserPlugin->clearIdentity();
307
            $url = 'https://'. $network->main_hostname . '/signin/impersonate' . '?' . http_build_query($params);
307
            $url = 'https://'. $network->main_hostname . '/signin/impersonate' . '?' . http_build_query($params);
308
            
308