We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0f92fc commit 77ab6ddCopy full SHA for 77ab6dd
1 file changed
interface/web/admin/list/server_php.list.php
@@ -39,6 +39,9 @@
39
//* Enable auth
40
$liste['auth'] = 'no';
41
42
+// mark columns for php sorting (no real mySQL columns)
43
+$liste["phpsort"] = array('usage');
44
+
45
46
/*****************************************************
47
* Suchfelder
0 commit comments