Results 1 to 2 of 2

Thread: Easy way to hide the version system message?

  1. #1
    New user
    Join Date
    06-19-09.
    Location
    Denmark
    Posts
    29

    Default Easy way to hide the version system message?

    Is there an easy way to hide the version system message in the backend, which says you can upgrade to a newer version of Contao?
    Cheers!

    Jimmy Rittenborg
    Follow me on twitter

  2. #2
    Experienced user
    Join Date
    08-21-09.
    Posts
    563

    Default Re: Easy way to hide the version system message?

    I'm not sure if this is the best way, but one thing you can do is clear out the latest version configuration variable.

    So if you put this in your /system/config/localconfig.php (below the install script area), I think that would do it...

    Code:
    $GLOBALS['TL_CONFIG']['latestVersion'] = '';
    Brian

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •