Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 31 Rev 33
Línea 114... Línea 114...
114
            $currentNetworkPlugin = $this->plugin('currentNetworkPlugin');
114
            $currentNetworkPlugin = $this->plugin('currentNetworkPlugin');
115
            $currentNetwork = $currentNetworkPlugin->getNetwork();
115
            $currentNetwork = $currentNetworkPlugin->getNetwork();
Línea 116... Línea 116...
116
            
116
            
117
            $jwtToken = null;
117
            $jwtToken = null;
-
 
118
            $headers = getallheaders();
-
 
119
            
-
 
120
            echo '<pre>';
-
 
121
            print_r($headers);
-
 
122
            echo '</pre>';
118
            $headers = getallheaders();
123
            
Línea 119... Línea 124...
119
            if(isset($headers['authorization'])) {
124
            if(isset($headers['authorization'])) {
120
                
125