@@ -64,11 +64,11 @@ |
||
64 | 64 | if($_SESSION['nivel']==1){ |
65 | 65 | $this->_vista->titulo = 'CalimaFramework'; |
66 | 66 | $this->_vista->imprimirVista('index', 'data'); |
67 | - }else{ |
|
67 | + } else{ |
|
68 | 68 | $this->_ayuda->redireccionUrl('usuario'); |
69 | 69 | } |
70 | 70 | |
71 | - }elseif (Cf_CONFIG_INICIO=='false') { |
|
71 | + } elseif (Cf_CONFIG_INICIO=='false') { |
|
72 | 72 | |
73 | 73 | $this->_vista->titulo = 'CalimaFramework'; |
74 | 74 | $this->_vista->imprimirVista('index', 'data'); |
@@ -44,8 +44,7 @@ |
||
44 | 44 | $clave |
45 | 45 | ); |
46 | 46 | $this->_ayuda->redireccionUrl('usuario'); |
47 | - } |
|
48 | - else{ |
|
47 | + } else{ |
|
49 | 48 | $this->_ayuda->redireccionUrl('usuario/registro'); |
50 | 49 | } |
51 | 50 | } |
@@ -90,7 +90,7 @@ |
||
90 | 90 | |
91 | 91 | $this->paso1($proyecto,$analytics,$hostbd,$nombrebd,$usuariobd,$clavebd,$config); |
92 | 92 | |
93 | - }else{ |
|
93 | + } else{ |
|
94 | 94 | $this->_ayuda->redireccionUrl('instalador?error="Los datos que estas ingresando no coniciden con los de la BD"'); |
95 | 95 | } |
96 | 96 |