mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-18 12:27:00 +00:00
3th commit
This commit is contained in:
parent
caf8674639
commit
e60ca7f0d3
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
if( isset($_SESSION['password'])) {
|
if( isset($_SESSION['password'])) {
|
||||||
if($_SESSION['password']=="$password")
|
if($_SESSION['password']=="$password")
|
||||||
{
|
{
|
||||||
header("Location: /");
|
header("Location: .");
|
||||||
die();
|
die();
|
||||||
?>
|
?>
|
||||||
<h1>You are loggged in now</h1>
|
<h1>You are loggged in now</h1>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue