Skip to content

Commit 8ef238a

Browse files
committed
Sessions & Dashboard
1 parent e9eafe7 commit 8ef238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13_sessions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
if ($username=='john' && $password=='password') {
1616
$_SESSION['username'] = $username;
17-
header('Location : /13.1_dashboard.php');
17+
header('Location: /workspace/repository/phpbasics/13.1_dashboard.php');
1818
} else{
1919
echo'incoret login </br> login incorrecto <hr></br>';
2020
}

0 commit comments

Comments
 (0)