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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2126 - (hide annotations) (download)
Thu Mar 13 22:19:31 2014 UTC (10 years, 2 months ago) by torben
File size: 203 byte(s)
first iteration on meeting protocol
1 torben 2125 <?php
2     session_start();
3    
4     $password = trim( $_POST["password"] );
5     if ($password == "6504") {
6     $_SESSION["login"] = 1;
7 torben 2126 header("Location: moedeprotokol.php");
8 torben 2125 } else {
9     header("Location: index.php");
10     }
11     ?>

  ViewVC Help
Powered by ViewVC 1.1.20