mirror of
https://github.com/mkschreder/juci.git
synced 2025-01-09 04:19:29 +08:00
5 lines
153 B
Bash
5 lines
153 B
Bash
#!/usr/sbin/bash
|
|
echo "Content-type: text/html"
|
|
echo
|
|
echo "<html><head></head><body><a href="/">Click here to go to new JUCI webgui.</a></body></html>"
|