Proyectos de Subversion LeadersLinked - Services

Rev

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

Rev 154 Rev 161
Línea 58... Línea 58...
58
    
58
    
59
            }
59
            }
Línea 60... Línea 60...
60
        }
60
        }
-
 
61
        
-
 
62
        $hostname = trim(str_replace(['https://', 'http://'], '', $hostname));
Línea 61... Línea 63...
61
        
63
        
62
        $hostname = trim(str_replace(['https://', 'http://'], '', $hostname));
64
       
Línea 70... Línea 72...
70
        //$hostname = 'dev.leaderslinked.com';
72
        //$hostname = 'dev.leaderslinked.com';
71
        //$hostname = 'leaderslinked.example.com';
73
        //$hostname = 'leaderslinked.example.com';
Línea 72... Línea 74...
72
        
74
        
Línea -... Línea 75...
-
 
75
       // error_log('hostname :  '  . $hostname .  ' session ID : ' . session_id() . ' request URI : ' . $_SERVER['REQUEST_URI']);
-
 
76
        
-
 
77
        
-
 
78
        
73
       // error_log('hostname :  '  . $hostname .  ' session ID : ' . session_id() . ' request URI : ' . $_SERVER['REQUEST_URI']);
79
        
74
        
80
        
Línea -... Línea 81...
-
 
81
        $networkMapper = NetworkMapper::getInstance($adapter);
-
 
82
        $this->network = $networkMapper->fetchOneByHostnameForFrontend($hostname);
75
        $networkMapper = NetworkMapper::getInstance($adapter);
83
        
Línea 76... Línea 84...
76
        $this->network = $networkMapper->fetchOneByHostnameForFrontend($hostname);
84
       
77
        
85
        
78
        if($this->network) {
86
        if($this->network) {