forked from CollinsKarani/Gatepass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
69 lines (60 loc) · 1.53 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<head>
<title>Gatepass Management System </title>
<script src="chat/welive.php" language="javascript"></script>
<STYLE TYPE="text/css">
<!--
.menuh {
BORDER-COLOR : #FFFF99 ;
cursor : hand ;
Border-Left : #FFFF99 ;
Border-Top : #FFFF99 ;
Padding-Left : 1px ;
Padding-Top : 1px ;
Background-Color : #FFFF99 ;
}
.menu {
Background-Color : white ;
}
.home {
cursor : hand ;
}
.menulinks{
text-decoration:none;
}
//-->
</STYLE>
</head><body>
<?php
$myvar='KJhn&*yoihiuahya*cfsghn';
require_once('connection.php');
?>
<?php
$myvar='KJhn&*yoihiuahya*cfsghn';
//#######################################################################################
//## #
//## Name : Gatepass Management System #
//## Version : 2.1 #
//## Releae Date : April 20, 2011 #
//## --------------------------------------------------------------------------------#
//## Developer : Ayaz Haider #
//## --------------------------------------------------------------------------------#
//## Email : [email protected] #
//## Blog : http://ayazhaider.blogspot.com #
//## Forum : http://www.livebms.com #
//## #
//#######################################################################################
$pid=@$_GET['pid'];
$sub=@$_GET['sub'];
if ($pid == 'ad'){
require_once('login-form.php');
exit();
}
if ($pid == 'le'){
require_once('login-exec.php');
exit();
}
if ($pid == ''){
require_once('login-form.php');
exit();
}
?>