interface/web/sites/list/user_quota_stats.list.php
@@ -42,6 +42,9 @@ // Enable auth $liste["auth"] = "yes"; // mark columns for php sorting (no real mySQL columns) $liste["phpsort"] = array('used_sort', 'files'); /***************************************************** * Suchfelder @@ -49,6 +52,9 @@ $liste["item"][] = array( 'field' => "domain", 'datatype' => "VARCHAR", 'filters' => array( 0 => array( 'event' => 'SHOW', 'type' => 'IDNTOUTF8') ), 'formtype' => "TEXT", 'op' => "like", 'prefix' => "%",