/[projects]/misc/horsensspejder-web/mobile/login.php
ViewVC logotype

Diff of /misc/horsensspejder-web/mobile/login.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2125 by torben, Wed Mar 12 19:30:05 2014 UTC revision 2126 by torben, Thu Mar 13 22:19:31 2014 UTC
# Line 4  session_start(); Line 4  session_start();
4  $password = trim( $_POST["password"] );  $password = trim( $_POST["password"] );
5  if ($password == "6504") {  if ($password == "6504") {
6          $_SESSION["login"] = 1;          $_SESSION["login"] = 1;
7          header("Location: inbox.php");          header("Location: moedeprotokol.php");
8  } else {  } else {
9          header("Location: index.php");          header("Location: index.php");
10  }  }

Legend:
Removed from v.2125  
changed lines
  Added in v.2126

  ViewVC Help
Powered by ViewVC 1.1.20