<section class="content wrap"> <h1>Page not found</h1>
<p>Unfortunately, the page <code>/<?phpecho current_url(); ?></code> could not be found. Your best bet is either to try the <a href="<?php echo base_url(); ?>">homepage</a>, try <a href="#search">searching</a>, or go and cry in a corner (although I don’t recommend the latter).</p> </section>
/** * Try and detect the current uri * * @return string */ publicstaticfunctiondetect(){ // create a server object from global $server = new Server($_SERVER);