Last active
February 10, 2018 16:53
-
-
Save kevinzie/2bfcacf6da5a5ff1501ae15ee8d9c36c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$options = array( | |
"user_email" => $userEmail, | |
"path" => $visitedPath, | |
"action_name" => $actionName, | |
"store_id" => $webStore, | |
"remote_ip" => $remoteIp, | |
"created_at" => $date | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment