Jump to content

Error Banner in the Dashboard prompting for upgrade


peterp

Recommended Posts

Hi Everybody,

                   Is there any way of turning off the upgrade error that occurs in the dash board. I'm not saying not to upgrade I just want the option to leave well alone on a working site until it is necessary

Best Regards

Peterp

Link to comment
Share on other sites

In the file /admin/sources/dashboard.index.inc.php, near line 50, find:

## Check current version
if (!isset($_SESSION['version-check']) && $request = new Request('cp.cubecart.com', '/licence/version/'.CC_VERSION)) {

Change to:

## Check current version
if (false && !isset($_SESSION['version-check']) && $request = new Request('cp.cubecart.com', '/licence/version/'.CC_VERSION)) {


 
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...