From 402ed2e6a90a785d2fce3eca23cd324f350d54c5 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 31 十月 2024 11:42:16 +0800
Subject: [PATCH] 10162 后台优化(增加全服报表)
---
task/minuteLoop.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/task/minuteLoop.php b/task/minuteLoop.php
index 9eb27e3..ae0d04c 100644
--- a/task/minuteLoop.php
+++ b/task/minuteLoop.php
@@ -4,6 +4,7 @@
include_once "/db/DBOper.php";
include_once "/Common/ServerOPS.php";
include_once "/Common/Commtox7.php";
+include_once "/serverrep/report.php";
\Logging\CreateLogging("task.minuteLoop.php");
@@ -57,6 +58,7 @@
function OnHour($hourStr)
{
\Logging\LogInfo("Todo OnHour: " . $hourStr);
+ \Report\OnExportRep();
}
function OnMinute($minuteStr)
--
Gitblit v1.8.0