We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ba4c8 commit ac96330Copy full SHA for ac96330
interface/web/monitor/list/datalog.list.php
@@ -22,7 +22,7 @@
22
$liste['search_prefix'] = 'search_';
23
24
//* Records per page
25
-$liste['records_per_page'] = 15;
+$liste['records_per_page'] = "15";
26
27
//* Script file for listing
28
$liste['file'] = 'datalog_list.php';
interface/web/monitor/list/log.list.php
$liste['file'] = 'log_list.php';
0 commit comments