summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-05 05:05:59 -0800
committerNOYB <Al_Stu@Frontier.com>2016-03-05 05:05:59 -0800
commit5f1da77f699b1e6e1f0171c17f9359c723c3b782 (patch)
tree00f682502d9d9905dd8d17537e6e86adc64da59e /src
parent7d31c585d6cc8eb04c65488c76d19f2e8ef71b52 (diff)
downloadpfsense-5f1da77f699b1e6e1f0171c17f9359c723c3b782.zip
pfsense-5f1da77f699b1e6e1f0171c17f9359c723c3b782.tar.gz
System / User Manager / Groups / Edit / Add Privileges
Not certain that the list needs to be sorted here. Looks like it is already in order. If it does then a valid callback function will need to be accessible. Error: Non-space characters found without seeing a doctype first. Expected e.g. <!DOCTYPE html>. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Element head is missing a required instance of child element title. Warning: uasort() expects parameter 2 to be a valid callback, function 'cpusercmp' not found or invalid function name in /usr/local/www/system_groupmanager_addprivs.php on line 91 Error: Stray doctype. Error: Stray start tag html.
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/system_groupmanager_addprivs.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/usr/local/www/system_groupmanager_addprivs.php b/src/usr/local/www/system_groupmanager_addprivs.php
index 5957c92..d999cdf 100644
--- a/src/usr/local/www/system_groupmanager_addprivs.php
+++ b/src/usr/local/www/system_groupmanager_addprivs.php
@@ -88,7 +88,6 @@ if (!is_array($a_group['priv'])) {
// Make a local copy and sort it
$spriv_list = $priv_list;
-uasort($spriv_list, "cpusercmp");
if ($_POST) {
OpenPOWER on IntegriCloud