This file contains hidden or 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
| #include <time.h> | |
| #ifdef _MSC_VER | |
| /** | |
| * implementation of clock_gettime(CLOCK_MONOTONIC, tv) from unistd.h for Windows | |
| */ | |
| #define WIN32_LEAN_AND_MEAN | |
| #include <Windows.h> |
This file contains hidden or 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 | |
| /** | |
| * Bugify External Hook URL with Pushover. | |
| * @author James Brooks <jbrooksuk@me.com> | |
| */ | |
| if(!isset($_POST['payload'])) die('Error.'); | |
| // You don't need to change this bit. |