allow admin to set and lock features when UNO is enabled
This commit is contained in:
parent
d49afead67
commit
89c6cda303
@ -38,7 +38,7 @@ function get_feature_default($feature) {
|
|||||||
|
|
||||||
function get_features($filtered = true) {
|
function get_features($filtered = true) {
|
||||||
|
|
||||||
if(UNO)
|
if(UNO && $filtered)
|
||||||
return array();
|
return array();
|
||||||
|
|
||||||
$arr = array(
|
$arr = array(
|
||||||
|
Reference in New Issue
Block a user