index file added

parent db7d565a
<?php
require_once("../include/initialize.php");
if (!isset($_SESSION['USERID'])){
redirect(web_root."admin/login.php");
}
$content='home.php';
$view = (isset($_GET['page']) && $_GET['page'] != '') ? $_GET['page'] : '';
switch ($view) {
default :
$content = 'home.php';
}
require_once("themes/templates.php");
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment