applications/luci-splash: Fix typo
This commit is contained in:
parent
3f8bc05e5b
commit
75e1a4cfbc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
echo -en "Cache-Control: no-cache, max-age=0, no-store, must-revalidate\r\n"
|
||||
echo -en "Pragma: no-cache\r\n"
|
||||
echo -en "expires: -1\r\n"
|
||||
echo -en "Expires: -1\r\n"
|
||||
echo -en "Status: 307 Temporary Redirect\r\n"
|
||||
echo -en "Location: http://$SERVER_ADDR/cgi-bin/luci/splash\r\n\r\n"
|
||||
|
|
Loading…
Reference in a new issue