Disabling Warning Messages

How to temporarily disabled warning messages like change in core file or varnish, cache related pop ups in admin/vendor panel

Sent from my LND-L29 using Tapatalk

Settings->General->Monitor changes in core files

cache related pop ups in admin/vendor panel

app/controllers/common/auth.php

replace

fn_set_notification('W', __('warning'), __('warning_store_optimization_dev', array('[link]' => fn_url("themes.manage"))));

with

//fn_set_notification('W', __('warning'), __('warning_store_optimization_dev', array('[link]' => fn_url("themes.manage"))));