Skip to content

Commit

Permalink
Fix. Agent updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Glomberg committed Mar 28, 2023
1 parent 43e1204 commit b197f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/library/core.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class Core
{
const VERSION = '4.0';
const VERSION = '1.0';

/**
* @var string
Expand Down Expand Up @@ -61,7 +61,7 @@ public function __construct($parameters)

$this->autoloader();
require_once 'php_fix.php';
$this->agent = 'opencart-' . $this->getVersion();
$this->agent = 'opencart4-' . $this->getVersion();
$this->rc = new RemoteCalls($db, DB_PREFIX);
$this->sfw = new SFW($db, DB_PREFIX);
$this->ct_access_key = $config->get('module_antispambycleantalk_access_key');
Expand Down

0 comments on commit b197f86

Please sign in to comment.