added base url trailing slash to logout.php file

This commit is contained in:
Alex Tselegidis 2015-04-09 21:48:30 +02:00
parent 50eb5cf719
commit ea79e0821f

View file

@ -73,7 +73,7 @@
<?php echo $this->lang->line('book_appointment_title'); ?>
</a>
<a href="<?php echo $this->config->base_url(); ?>backend" class="btn btn-danger btn-large">
<a href="<?php echo $this->config->base_url(); ?>/backend" class="btn btn-danger btn-large">
<i class="icon-home icon-white"></i>
<?php echo $this->lang->line('backend_section'); ?>
</a>