|
|
|
@ -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));
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
?>
|