Topic: Question about admin panel

How to remove this from admin panel "Published a new version of the Monstra".
anoying, and also some of the custemers dont need to see it.

as i could remeber we talk abt it long time ago, but i cant find the solution

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Question about admin panel

http://monstra.org/documentation/constants

You must update this constant CHECK_MONSTRA_VERSION in this file: /boot/defines.php

Monstra Loves You! Give some love back!

Re: Question about admin panel

thanks working well.

boots/defines.php
line 81

define('CHECK_MONSTRA_VERSION', true);

change to

define('CHECK_MONSTRA_VERSION', false);

in case someone lazzy or just dont know (=

(с) Roman Art
So far So good wink

RomanArt's Website