diff --git a/joeybuild.sh b/joeybuild.sh
index fbb6ab7..27c9319 100755
--- a/joeybuild.sh
+++ b/joeybuild.sh
@@ -395,6 +395,9 @@ function startBuildServer() {
fi
done
+ # Identify ourselves.
+ echo "
JoeyBuild ServerThis is a JoeyLib Build Server." > dist/index.html
+
# Start the PHP web server if it's not already running.
php -S 0.0.0.0:${G_HTTP_PORT} -t dist >> ${LOG} 2>&1 &