Skip to content

Commit 739b641

Browse files
committed
from index: redirect to /user/ instead of /user
1 parent 8e81a52 commit 739b641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
echo $json;
4646
} else {
4747
// redirect to user section
48-
header('Location: ./user');
48+
header('Location: ./user/');
4949
}

0 commit comments

Comments
 (0)