mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-12 02:48:48 -04:00
Further bug fixes
This commit is contained in:
@@ -37,7 +37,7 @@ class Login extends CI_Controller
|
||||
|
||||
if($footer != '-.')
|
||||
{
|
||||
$footer = $footer . ' | ' . $this->config->item('company') . ' | ' . $this->config->item('address') . ' | ' . $this->config->item('email');
|
||||
$footer = $footer . ' | ' . $this->config->item('company') . ' | ' . $this->config->item('address') . ' | ' . $this->config->item('email') . ' | ' . $this->config->item('base_url');
|
||||
|
||||
$this->tracking_lib->track_page('rogue/footer', 'rogue footer', $footer);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user