summaryrefslogtreecommitdiff
path: root/buildmaster/status.php
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-04-13 09:32:30 +0200
committerErich Eckner <git@eckner.net>2018-04-13 09:32:30 +0200
commit3c85c5d1b247f2cf4a8875a27fb869c5ed286ac1 (patch)
treee5c1ec5c109bbb07e58a87d1b35e8744ef531dfb /buildmaster/status.php
parent53ece989fb7fc2a8ea20f6769d65b9657494cdc9 (diff)
downloadarchweb32-3c85c5d1b247f2cf4a8875a27fb869c5ed286ac1.tar.xz
buildmaster/*: correct domain in links
Diffstat (limited to 'buildmaster/status.php')
-rw-r--r--buildmaster/status.php11
1 files changed, 5 insertions, 6 deletions
diff --git a/buildmaster/status.php b/buildmaster/status.php
index 5050b4b..32f386d 100644
--- a/buildmaster/status.php
+++ b/buildmaster/status.php
@@ -1,13 +1,12 @@
<html>
<head>
+<title>Build master status</title>
+<link rel="stylesheet" type="text/css" href="/static/style.css">
+</head>
+<body>
+<a href="https://buildmaster.archlinux32.org/">Start page</a><br>
<?php
-print "<title>Build master status</title>\n";
-print "<link rel=\"stylesheet\" type=\"text/css\" href=\"/static/style.css\">\n";
-print "</head>\n";
-print "<body>\n";
-print "<a href=\"/\">Start page</a><br>\n";
-
$mysql = new mysqli("localhost", "webserver", "empty", "buildmaster");
if ($mysql->connect_error) {
die("Connection failed: " . $mysql->connect_error);