shell bypass 403
<ol class="breadcrumb">
<li class="active">Instalaciones</li>
</ol>
<?= $this->Alertas->getAlertas($errores, $btnClose, $this->Session->flash('flash')) ?>
<section class="panel">
<header class="panel-heading">
Listado de instalaciones
</header>
<div class="panel-body">
<?= $this->element('Backend/Private/Instalaciones/listado') ?>
<?= $this->element('Backend/paginador', array('entidad' => 'Instalacion')) ?>
</div>
</section>