mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 10:24:14 +00:00
fix url
This commit is contained in:
@@ -57,7 +57,7 @@ class Widgets extends CI_Controller {
|
||||
|
||||
$slug = $this->security->xss_clean($this->input->get('slug'));
|
||||
if ($slug != null) {
|
||||
$data['logo_url'] = site_url() . '/visitor/' . $slug;
|
||||
$data['logo_url'] = base_url() . 'index.php/visitor/' . $slug;
|
||||
} else {
|
||||
$data['logo_url'] = 'https://github.com/wavelog/wavelog';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user