Is there a way to make zm display the montage view after the login screen? Or a custom montage page with a link to the console in the top?
Any ideas appreciated.
Montage after login
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
You can change the line
in web/skins/classic/skin.php which should do what you want. Bear in mind that you will be stuck with that view as there will not be any links present.
Code: Select all
if ( empty($view) )
$view = isset($user)?'console':'login';
Phil