Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
lolo888
ISPConfig 3
Commits
ac963307
Commit
ac963307
authored
Jun 28, 2011
by
latham
Browse files
Quote some vars
parent
d4ba4c8b
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/monitor/list/datalog.list.php
View file @
ac963307
...
...
@@ -22,7 +22,7 @@ $liste['table_idx'] = 'datalog_id';
$liste
[
'search_prefix'
]
=
'search_'
;
//* Records per page
$liste
[
'records_per_page'
]
=
15
;
$liste
[
'records_per_page'
]
=
"
15
"
;
//* Script file for listing
$liste
[
'file'
]
=
'datalog_list.php'
;
...
...
interface/web/monitor/list/log.list.php
View file @
ac963307
...
...
@@ -22,7 +22,7 @@ $liste['table_idx'] = 'syslog_id';
$liste
[
'search_prefix'
]
=
'search_'
;
//* Records per page
$liste
[
'records_per_page'
]
=
15
;
$liste
[
'records_per_page'
]
=
"
15
"
;
//* Script file for listing
$liste
[
'file'
]
=
'log_list.php'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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