This commit is contained in:
HB9HIL
2024-07-23 14:55:55 +02:00
parent 4657a15d30
commit 6f08238b60

View File

@@ -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';
}