Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 7343 Rev 7352
Línea 769... Línea 769...
769
   
769
   
770
 
770
 
771
    public function authPosDispatch(MvcEvent $event)
771
    public function authPosDispatch(MvcEvent $event)
772
    {
772
    {
773
       /// if($this->isHtml) {
773
       /// if($this->isHtml) {
774
            if(empty($_SERVER['REDIRECT_URL'])) {
774
            /*if(empty($_SERVER['REDIRECT_URL'])) {
Línea 775... Línea 775...
775
                if(empty($_SERVER['REQUEST_URI'])) {
775
                if(empty($_SERVER['REQUEST_URI'])) {
776
                    $routeName = '';
776
                    $routeName = '';
Línea 807... Línea 807...
807
                'signout'
807
                'signout'
Línea 808... Línea 808...
808
                
808
                
Línea 809... Línea 809...
809
            ];
809
            ];
-
 
810
            
810
            
811
            if(!in_array($routeName, $exclude)) {
-
 
812
                
-
 
813
                $event->getViewModel()->setVariables([
811
            if(!in_array($routeName, $exclude)) {
814
                    
-
 
815
                ]);
-
 
816
            }*/
Línea 812... Línea 817...
812
                $event->getViewModel()->setTemplate('layout/layout-spa');
817
            
813
            }
818
            $event->getViewModel()->setTemplate('layout/layout-spa');