-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.php
51 lines (48 loc) · 3.28 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
<!--
//////////////////////////////////////////////////////////////////////////////////////////
//
// Project: BLOOD_BANK - Management System
//
// File: index.php
//
// Version: 1.0
//
// Description:
//
// A Simple Blood Bank Mangement System made in Raw PHP
//
//
//
//
// Author: Ami Bappy [[email protected]]
//
// Github: https://github.com/amibappy
//
//
// .______ .___ .______ .______ ____. .____
// | _ \ / \ | _ \ | _ \ \ \ / /
// | |_) | / ^ \ | |_) | | |_) | \ \/ /
// | _ < / /_\ \ | ___/ | ___/ \_ _/
// | |_) | / _____ \ | | | | | |
// |______/ /__/ \__\ | _| | _| |__|
//
//
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2017 Bappy [[email protected]]
// All Rights Reserved.
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// Unauthorized copying of this file, via any medium is strictly prohibited
// Proprietary and confidential
//
//////////////////////////////////////////////////////////////////////////////////////////
//
// DO NOT REMOVE THIS AREA
//
//////////////////////////////////////////////////////////////////////////////////////////
-->
<?php session_start(); ?>
<?php header('Location: login2.php');?>