shell bypass 403
<?php $this->load->view('home/header');?>
<section class="myaccount-block">
<div class="container">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php
$res = $this->Curd->fetch_where("pages",array("*"),array("id"=>1));
if($res==true){
foreach($res as $row){
echo $row->page_content;
}
}
?>
</div>
</div>
</div>
</div>
</section>
<?php $this->load->view('home/footer');?>