Skip to content

Commit

Permalink
Fix forward URL for addcard
Browse files Browse the repository at this point in the history
  • Loading branch information
marksteward committed Mar 29, 2018
1 parent 79246d6 commit 17e2bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion london.hackspace.org.uk/members/addcard.php
Expand Up @@ -5,7 +5,7 @@
require('../header.php');

if (!isset($user)) {
fURL::redirect('/login.php?forward=/members/cards.php');
fURL::redirect('/login.php?forward=/members/addcard.php');
}

if (isset($_POST['submit'])) {
Expand Down

0 comments on commit 17e2bcc

Please sign in to comment.