From 2133e949458120a9914d7ff53d3b1010a1e22309 Mon Sep 17 00:00:00 2001 From: stan Date: Mon, 1 Sep 2008 13:58:27 +0000 Subject: [PATCH] Omit Options link if permission insufficient. git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2617 e3e1d417-86f3-4887-817a-d78f3d33393f --- web/skins/classic/views/console.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/skins/classic/views/console.php b/web/skins/classic/views/console.php index 21f7e497d..ebcc1ab7c 100644 --- a/web/skins/classic/views/console.php +++ b/web/skins/classic/views/console.php @@ -192,15 +192,18 @@ xhtmlHeaders( __FILE__, $SLANG['Console'] );
1 ) { $cycleGroup = isset($_COOKIE['zmGroup'])?$_COOKIE['zmGroup']:0;