Skip to content

Commit

Permalink
remove tilde
Browse files Browse the repository at this point in the history
  • Loading branch information
wttdotm committed Aug 5, 2024
1 parent dcaad86 commit 20b1f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/diyPixel/trafficCamPixel.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
//THIS IS THE SCRIPT FOR THE ACTUAL TRACKING
$date = date('Y-m-d H:i:s', $_SERVER['REQUEST_TIME']);
$txt = $date.",". $ip.",". $referringUrl.",". $queryParams;
$myfile = file_put_contents('~/var/www/trafficCamLog.txt', $txt.PHP_EOL , FILE_APPEND);
$myfile = file_put_contents('/var/www/trafficCamLog.txt', $txt.PHP_EOL , FILE_APPEND);
exit;

?>

0 comments on commit 20b1f48

Please sign in to comment.