Add Index.php

This commit is contained in:
iqbal rifai 2018-06-14 02:21:52 +02:00
parent df2da31f61
commit d6be1c5f31
1 changed files with 10 additions and 0 deletions

10
index.php Normal file
View File

@ -0,0 +1,10 @@
<?php
error_reporting(0);
session_start();
include "system/function.php";
$title = config('site.tag')." - ".config('site.title');
include "header.php";
include "system/menu/root.php";
include "footer.php";