Module to give a visual indicator you are on your developmental server.If you develop on one server and have a live server, remembering which one you are on can get confusing when they look the same. This module will display a red banner on top of the frontend & backend pages to let you know you are on your developmental server.
A setting appears in the backend "settings" page labeled "Developmental Server" Check you display the notice. IMPORTANT!! The setting indicator is saved in your system/config/localconfig.php under $GLOBALS['TL_CONFIG']['devserver']. Often this file is unique per server but if you sync this file beween servers, make sure to fix this setting after!
Enjoy! |