added base url trailing slash to logout.php file
This commit is contained in:
parent
50eb5cf719
commit
ea79e0821f
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue