mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
yweb: new: start wizard
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@435 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
14
src/nhttpd/web/Y_Refresh.yhtm
Normal file
14
src/nhttpd/web/Y_Refresh.yhtm
Normal file
@@ -0,0 +1,14 @@
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
function do_onload()
|
||||
{
|
||||
top.location.href="/";
|
||||
}
|
||||
//]]>
|
||||
</script>
|
||||
</head>
|
||||
<body onload="do_onload()">
|
||||
refreshing...
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user