diff options
author | Darkeye <postfach@martinmichel.info> | 2011-05-31 20:17:17 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-05-31 20:17:17 (GMT) |
commit | 57025089a1e820ffc58b748b1170cb3ea8a51f51 (patch) | |
tree | eaa06451d79ec63b24780fbe298c2a91cb6381db /files | |
parent | 0b57735af218782f294dd05d3cc972db7427253d (diff) |
Fixed missing cgi url
Diffstat (limited to 'files')
-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> |