From da633a4acf9dc94bfd4fe05a564b9c22f40286d8 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 29 十一月 2024 20:29:13 +0800
Subject: [PATCH] 10162 后台优化(优化ImportAccountLoginpay.php; 优化首页标题)
---
serverrep/ImportAccountLoginpay.php | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/serverrep/ImportAccountLoginpay.php b/serverrep/ImportAccountLoginpay.php
index 7298ba4..49c6cb1 100644
--- a/serverrep/ImportAccountLoginpay.php
+++ b/serverrep/ImportAccountLoginpay.php
@@ -1,6 +1,6 @@
<?php
-set_time_limit(600); //鏆傛椂璁剧疆鏈剼鏈墽琛屾椂闂磝绉掞紝0涓嶉檺鍒�
-ini_set('memory_limit', '256M'); // 灏嗗唴瀛橀檺鍒惰缃负256MB
+set_time_limit(1800); //鏆傛椂璁剧疆鏈剼鏈墽琛屾椂闂磝绉掞紝0涓嶉檺鍒�
+ini_set('memory_limit', '512M'); // 灏嗗唴瀛橀檺鍒惰缃负256MB
include_once '/Common/CommFunc.php';
include_once '/Common/Logging.php';
@@ -67,6 +67,10 @@
logweb("寮�濮嬪鍑虹暀瀛樻姤琛�:" . $Channel);
\Report\CheckAndExportFirstKeepReport($Channel);
}
+if ($opt == "keep") {
+ logweb("寮�濮嬪鍑虹暀瀛樻姤琛�:" . $Channel);
+ \Report\CheckAndExportFirstKeepReport($Channel);
+}
logweb("澶勭悊瀹屾瘯!");
exit();
--
Gitblit v1.8.0