@@ -1,5 +1,5 @@
<?php
-define('IN_SYS', true);
+define('IN_CRONLITE', true);
require_once "core.php";
include("{$ROOT}/core/controllers/about.php");
@@ -1,7 +1,7 @@
session_start();
-define("IN_SYS", true);
+define("IN_CRONLITE", true);
require_once("core.php");
include_once "{$ROOT}/library/api.php";
@@ -1,6 +1,6 @@
-if (!defined('IN_SYS')) {
+if (!defined('IN_CRONLITE')) {
// exit('禁止访问');
header("Location: ../../admin.php");
exit;
header("Location: ../admin.php");
include("core/controllers/cancellation-refund.php");
include_once "{$ROOT}/library/email.class.php";
header("Location: ../../clientarea.php");
include("core/controllers/contact.php");
@@ -2,7 +2,7 @@
header("X-Powered-By: UIISC");
header("Content-Type: text/html; charset=UTF-8");
header("Location: index.php");
header("Location: ../../about.php");
header("Location: ../../cancellation-refund.php");
header("Location: ../../contact.php");
header("Location: ../../forum.php");
header("Location: ../../help.php");
header("Location: ../../legal.php");
header("Location: ../../login.php");
header("Location: ../../news.php");
header("Location: ../../payment-methods.php");
header("Location: ../../register.php");
header("Location: ../../solution.php");
header("Location: ../../support.php");
header("Location: ../../index.php");