Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
c0d6a5fb
Commit
c0d6a5fb
authored
Mar 03, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: FS#1095 - Client/Web ID filter broken.
parent
770b83bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
interface/web/sites/list/web_domain.list.php
interface/web/sites/list/web_domain.list.php
+9
-0
No files found.
interface/web/sites/list/web_domain.list.php
View file @
c0d6a5fb
...
...
@@ -47,6 +47,15 @@ $liste["auth"] = "yes";
* Suchfelder
*****************************************************/
$liste
[
"item"
][]
=
array
(
'field'
=>
"domain_id"
,
'datatype'
=>
"INTEGER"
,
'formtype'
=>
"TEXT"
,
'op'
=>
"="
,
'prefix'
=>
""
,
'suffix'
=>
""
,
'width'
=>
""
,
'value'
=>
""
);
$liste
[
"item"
][]
=
array
(
'field'
=>
"active"
,
'datatype'
=>
"VARCHAR"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment