Notice!

ErrorException [ Notice ]: Undefined variable: type

APPPATH/views/template.php @ line 4

 0
 1<?php
 2
 3
 4if ( $type == 'indexfleepit2' ) { ?>
 5
 6<?php echo $content?>
 7
 8<?php exit; } ?>
 9

Backtrace

  1. COREPATH/classes/view.php @ line 211
    206        {
    207            return $this->render();
    208        }
    209        catch (\Exception $e)
    210        {
    211            \Error::exception_handler($e);
    212
    213            return '';
    214        }
    215    }
    216
    
  2. DOCROOT/index.php @ line 84
    79$response->body(
    80    str_replace(
    81        array('{exec_time}''{mem_usage}'),
    82        array(round($bm[0], 4), round($bm[1] / pow(10242), 3)),
    83        $response->body()
    84    )
    85);
    86
    87$response->send(true);
    

Prior Contents (show)