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
#!/usr/bin/env python | |
# | |
## Script to update an Okta Network Zome named "Home Allowed" with your home ISP's public IP address. | |
## Ensure there is only 1 IP range in this Network Zone. | |
## | |
## Created by: Adam Matthews | |
## Date: 11th Jan 2023 | |
# |
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 | |
/* | |
* /app/design/frontend/default/your_theme/template/page/intercom-io.phtml | |
*/ | |
// Settings for the intercom.io app. | |
// Thanks to http://stackoverflow.com/a/14092378/1916670 (http://stackoverflow.com/users/452902/b4nz41) for this. | |
function convertMysqlDateTimeToUnixTimeStamp($date) { |