allow admin to set and lock features when UNO is enabled

This commit is contained in:
redmatrix 2016-02-16 18:58:29 -08:00
parent d49afead67
commit 89c6cda303

View File

@ -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(