don't link to index.php on sql-error but rather to the page before the error

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-14 09:49:47 +02:00
parent 8c8cb5a0d7
commit e1fa5f6f0a
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
</div>
</div>
<p class="submit">
<a href="index.php" title="Click here to go back">Go to index</a>
<a href="javascript:history.go(-1)" title="Click here to go back">Go back</a>
</p>
</section>

View File

@@ -35,7 +35,7 @@
</div>
</div>
<aside class="right">
<a href="index.php" title="Click here to go back">Go to index</a>
<a href="javascript:history.go(-1)" title="Click here to go back">Go back</a>
</aside>
</section>