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

Contents of /misc/horsensspejder-web/login.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (show annotations) (download)
Wed Mar 12 19:30:05 2014 UTC (10 years, 2 months ago) by torben
File size: 192 byte(s)
initial import
1 <?php
2 session_start();
3
4 $password = trim( $_POST["password"] );
5 if ($password == "6504") {
6 $_SESSION["login"] = 1;
7 header("Location: start.php");
8 } else {
9 header("Location: index.php");
10 }

  ViewVC Help
Powered by ViewVC 1.1.20