mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Setup/Tracking
* added tracking code for Google Analytics - enabling is optional - add account in config to enable tracking * removed usage tracking - the results were just seriously depressing..
This commit is contained in:
@@ -25,12 +25,6 @@ function finish()
|
||||
if (!getopt('d', ['delete'])) // generated with TEMPORARY keyword. Manual deletion is not needed
|
||||
CLISetup::log('generated dbc_* - tables kept available', CLISetup::LOG_INFO);
|
||||
|
||||
// send "i'm in use @" - ping
|
||||
$u = !empty($_SERVER['USER']) ? $_SERVER['USER'] : 'NULL';
|
||||
$s = !empty($_SERVER['SSH_CONNECTION']) ? explode(' ', $_SERVER['SSH_CONNECTION'])[2] : 'NULL';
|
||||
if ($h = @fopen('http://aowow.meedns.com/ref?u='.$u.'&s='.$s, 'r'))
|
||||
fclose($h);
|
||||
|
||||
die("\n");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user