From 85119bc54d884b3ba371de590243389d4763f46a Mon Sep 17 00:00:00 2001 From: HFO4 <912394456@qq.com> Date: Tue, 13 Feb 2018 16:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=8F=91=E9=80=81=E5=AE=89?= =?UTF-8?q?=E8=A3=85=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CloudreveInstaller/Installer.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CloudreveInstaller/Installer.php b/CloudreveInstaller/Installer.php index 62969df..d7bcb2b 100644 --- a/CloudreveInstaller/Installer.php +++ b/CloudreveInstaller/Installer.php @@ -60,6 +60,7 @@ class Installer{ $ioContext->write("IMPORTANT! You may still have to configure the URL Rewrite to set everthing to work."); $ioContext->write("Refer to the install manual for more informatioin."); $ioContext->write("======================="); + self::sendFeedBack($siteUrl); } public static function writrConfig(Event $event,$sqlInfo){ @@ -105,5 +106,9 @@ class Installer{ ]; } + public static function sendFeedBack($url){ + @file_get_contents("http://aoaoao.me/api/feedback.php?url=".urlencode($url)); + } + } ?> \ No newline at end of file -- GitLab