Radio access update

This commit is contained in:
Markolie
2015-09-04 19:29:56 +02:00
parent 21da0bbf24
commit 26d0ad3071
11 changed files with 37 additions and 33 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
return
if(!allowed(user) && !isobserver(user))
user << "<span class='warning'>Access Denied.</span>"
user << "<span class='warning'>Access denied.</span>"
return 1
ui_interact(user)