-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtimeout.php
More file actions
57 lines (48 loc) · 1.66 KB
/
timeout.php
File metadata and controls
57 lines (48 loc) · 1.66 KB
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
<?php
/*
===========================================
Notice
===========================================
# You are free to run the software as you wish
# You are free to help yourself study the source code and change to do what you wish
# You are free to help your neighbor copy and distribute the software
# You are free to help community create and distribute modified version as you wish
We promote Open Source Software by educating developers (Beginners)
===========================================
For more information contact
===========================================
Kigali - Rwanda
Tel : (250)788802332 / (250)728802332
E-mail : info@code.rw
Website : www.code.rw
*/
include("inc/dbconfig.php");
session_start();
session_destroy();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico" />
<title><?php include("title.php");?></title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="smallwrap">
<div id="header">
<h2>Haciyeho umwanya utayikoresha.</h2>
<h2>Yari yabaye yifunze kugira hatagirundi uyikoresha</h2>
</div>
<div id="content">
<form id="form1" name="form1" method="post" action="">
<table class="fulltable">
<tr>
<td><input name="login" type="button" class="button" id="login" onclick="window.location='index.php'" value="INJIRA" /></td>
</tr>
</table>
</form>
</div>
</div>
</body>
</html>