-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
29 lines (26 loc) · 1 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 /* * * * * * * * * * * * *
* Project: Gkiokan NET v5.1 - Simple Styling Promote
* Author: Gkiokan Sali
* URL: www.gkiokan.net
* Date: 09.09.2014
* * * * * * * * * * * * */
include_once('core/init.php');
/*
?>
<!--
Thanks for Analysing my code.
www.gkiokan.net Copyright by Gkiokan 2014
contact me [email protected]
________ __ .__ __ _______ ______________________
/ _____/| | _|__| ____ | | _______ ____ \ \ \_ _____/\__ ___/
/ \ ___| |/ / |/ _ \| |/ /\__ \ / \ / | \ | __)_ | |
\ \_\ \ <| ( <_> ) < / __ \| | \ / | \| \ | |
\______ /__|_ \__|\____/|__|_ \(____ /___| / /\ \____|__ /_______ / |____|
\/ \/ \/ \/ \/ \/ \/ \/
!-->
<? // Here comes the Magic ;)
*/
//print_r(($_GET));
$core = new core;
//template::check_file($core->page);
?>