Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3334 Rev 3335
Línea 257... Línea 257...
257
            $currentUser = $currentUserPlugin->getUser();
257
            $currentUser = $currentUserPlugin->getUser();
Línea 258... Línea 258...
258
            
258
            
259
            $code = $this->params()->fromRoute('code');
259
            $code = $this->params()->fromRoute('code');
Línea 260... Línea -...
260
            $type = $this->params()->fromRoute('type');
-
 
Línea -... Línea 260...
-
 
260
            $type = $this->params()->fromRoute('type');
261
       
261
       
262
            print_r($_SERVER); exit;
262
           
263
           
263
            
264
            
264
            
265
            if(strpos($_SERVER['SERVER_PROTOCOL'], 'HTTPS') === false) {
265
            if(strpos(strtolower($_SERVER['REQUEST_SCHEME']), 'https') === false) {