-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.php
executable file
·29 lines (24 loc) · 1.03 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
<?php
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
/////// SISFOKOL JANISSARI ///////
///////////////////////////////////////////////////////////
/////// Dibuat oleh : ///////
/////// Agus Muhajir, S.Kom ///////
/////// URL : ///////
/////// *http://sisfokol.wordpress.com ///////
////// *http://hajirodeon.wordpress.com ///////
/////// E-Mail : ///////
/////// * [email protected] ///////
/////// * [email protected] ///////
/////// HP/SMS : 081-829-88-54 ///////
///////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////
require("inc/config.php");
require("inc/fungsi.php");
nocache;
//re-direct
$ke = "login.php";
xloc($ke);
exit();
?>