/[projects]/misc/xenconsole/login.php
ViewVC logotype

Contents of /misc/xenconsole/login.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2020 - (show annotations) (download)
Fri Jul 19 08:06:00 2013 UTC (10 years, 10 months ago) by torben
File size: 178 byte(s)
add login functionality
1 <?php
2
3 require('config.php');
4
5
6 if ( $_GET["username"] == "root" && $_GET["password"] == $password) {
7 echo "OK";
8 } else {
9 echo "Incorrect username or password";
10 }
11
12
13 exit;
14
15 ?>

  ViewVC Help
Powered by ViewVC 1.1.20