Skip to content

Commit 77ab6dd

Browse files
committed
Mark usage column for php sorting, #6418
1 parent d0f92fc commit 77ab6dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/web/admin/list/server_php.list.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
//* Enable auth
4040
$liste['auth'] = 'no';
4141

42+
// mark columns for php sorting (no real mySQL columns)
43+
$liste["phpsort"] = array('usage');
44+
4245

4346
/*****************************************************
4447
* Suchfelder

0 commit comments

Comments
 (0)