update
This commit is contained in:
parent
be8350320b
commit
ca2ed7ae4f
132 changed files with 132 additions and 132 deletions
|
@ -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 @@
|
|||
<?php
|
||||
|
||||
session_start();
|
||||
define("IN_SYS", true);
|
||||
define("IN_CRONLITE", true);
|
||||
require_once("core.php");
|
||||
|
||||
include_once "{$ROOT}/library/api.php";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../admin.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
define('IN_SYS', true);
|
||||
define('IN_CRONLITE', true);
|
||||
require_once("core.php");
|
||||
|
||||
include("core/controllers/cancellation-refund.php");
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
|
||||
session_start();
|
||||
define('IN_SYS', true);
|
||||
define('IN_CRONLITE', true);
|
||||
require_once "core.php";
|
||||
|
||||
include_once "{$ROOT}/library/email.class.php";
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../clientarea.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
define('IN_SYS', true);
|
||||
define('IN_CRONLITE', true);
|
||||
require_once("core.php");
|
||||
|
||||
include("core/controllers/contact.php");
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
header("X-Powered-By: UIISC");
|
||||
header("Content-Type: text/html; charset=UTF-8");
|
||||
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: index.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../about.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../cancellation-refund.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../contact.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../forum.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../help.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../legal.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../login.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../news.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../payment-methods.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../register.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../solution.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../support.php");
|
||||
exit;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
if (!defined('IN_SYS')) {
|
||||
if (!defined('IN_CRONLITE')) {
|
||||
// exit('禁止访问');
|
||||
header("Location: ../../index.php");
|
||||
exit;
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue