From 315a89a80f4d3d546beb3af66b106f01fc761fc9 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 28 Jan 2007 21:29:44 +0000 Subject: Show the entire log file, not just the last 8 or so entries --- packages/tinydns/tinydns_view_logs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tinydns/tinydns_view_logs.php b/packages/tinydns/tinydns_view_logs.php index 7bc9a1a2..470d96a0 100644 --- a/packages/tinydns/tinydns_view_logs.php +++ b/packages/tinydns/tinydns_view_logs.php @@ -38,7 +38,7 @@ if(!$config['installedpackages']['tinydns']['config'][0]) $pgtitle = "TinyDNS: View Logs"; include("head.inc"); -$tinydnslogs = `tail /etc/tinydns/log/main/current | /usr/local/bin/tai64nlocal | php -f /usr/local/pkg/tinydns_parse_logs.php | grep -v ":0"`; +$tinydnslogs = `cat /etc/tinydns/log/main/current | /usr/local/bin/tai64nlocal | php -f /usr/local/pkg/tinydns_parse_logs.php | grep -v ":0"`; ?> -- cgit v1.2.3