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
$(document).ready(function() { | |
if(HelpCenter.user.role === "anonymous") { | |
window.location.replace("/access/unauthenticated?return_to=" + encodeURIComponent(window.location.pathname) + "&theme=hc"); | |
} | |
} |
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 | |
/********************************************************************************* | |
** This waits for the Zendesk Schedule report call and then downloads the ** | |
** file your Local server for you to act on with other functions or programs ** | |
*********************************************************************************/ | |
$xmlDoc = new DOMDocument(); | |
//Reads the POST from Zendesk |