From e178be28f4219a3a65e3c1c41d882f5eeb400219 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 10 Mar 2018 14:31:19 +0100 Subject: web-scripts/build-list.php: link to start page should be the other way round :-/ --- web-scripts/build-list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-scripts') diff --git a/web-scripts/build-list.php b/web-scripts/build-list.php index cd197eb..b94970b 100644 --- a/web-scripts/build-list.php +++ b/web-scripts/build-list.php @@ -20,7 +20,7 @@ print "List of " . $to_show . " package builds\n"; print "\n"; print "\n"; print "\n"; -print "/\n"; +print "Start page\n"; print "build logs
\n"; $mysql = new mysqli("localhost", "webserver", "empty", "buildmaster"); -- cgit v1.2.3