* Only allow users to see loader-wizard.php.

This commit is contained in:
xia0ta0
2013-12-13 13:44:16 +08:00
parent 49d356b221
commit 4c1f259f30
+4
View File
@@ -1,4 +1,8 @@
<?php // -*- c++ -*-
include '../config/config.php';
session_name($config->sessionVar);
session_start();
if(!isset($_SESSION['user'])) header('location:index.php');
/**
* ionCube Loader install Wizard