Corrected PHP warnings

This commit is contained in:
bergware
2018-03-02 18:54:31 +01:00
parent f9767923f5
commit a3984c810d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Menu="Shares:2"
Title="Disk Shares"
Tag="user-circle-o"
Cond="$var['fsState']!="Stopped" && $var['shareDisk']!='no'"
Cond="$var['fsState']!='Stopped' && $var['shareDisk']!='no'"
---
<?PHP
/* Copyright 2005-2017, Lime Technology
+1 -1
View File
@@ -1,7 +1,7 @@
Menu="Shares:1"
Title="User Shares"
Tag="user-circle"
Cond="$var['fsState']!="Stopped" && $var['shareUser']=='e'"
Cond="$var['fsState']!='Stopped' && $var['shareUser']=='e'"
---
<?PHP
/* Copyright 2005-2017, Lime Technology