We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc2e8fb commit 70b7270Copy full SHA for 70b7270
index.php
@@ -0,0 +1,9 @@
1
+<?php
2
+
3
+$host = shell_exec("sh spin_drupal.sh 172.17.42.1 49153 80 172.17.42.1");
4
5
+$host = substr($host, 0, 12);
6
+$host = $host . ".trydrupal8.dev";
7
8
+echo "<a href='http://$host:8081'>$host</a>";
9
0 commit comments