juci/juci_redirect.sh
2015-06-03 21:29:25 +02:00

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>"