diff --git a/CloudreveInstaller/Installer.php b/CloudreveInstaller/Installer.php index 62969df7..d7bcb2be 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