diff options
author | Martin Michel <darkeye@seestern.(none)> | 2011-05-31 20:17:17 (GMT) |
---|---|---|
committer | Martin Michel <darkeye@seestern.(none)> | 2011-05-31 20:17:17 (GMT) |
commit | 62ba9bc06c40adfb729c1b415bef523e7a52076f (patch) | |
tree | eaa06451d79ec63b24780fbe298c2a91cb6381db | |
parent | b56d1b37ab8e3d1ab96c5f0200541cbc20a94b9b (diff) |
Fixed missing cgi url
-rw-r--r-- | files/www/splash.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/www/splash.html b/files/www/splash.html index 4556195..3605b3e 100644 --- a/files/www/splash.html +++ b/files/www/splash.html @@ -67,7 +67,7 @@ <div id="button_left"> <div class="buttons"> <form action="/cgi-bin/splash_click" method="post"> - <input type="hidden" name="target_url" value="$"/> + <input type="hidden" name="target_url" value="targeturl"/> <input class="button" type="submit" value="Akzeptieren"/> </form> </div> |